mirror of
https://github.com/nextcloud/server.git
synced 2025-03-12 23:47:25 +00:00
chore(files): Change "filename" to "file name"
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
b4067478aa
commit
94858691d3
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
class="files-navigation"
|
||||
:aria-label="t('files', 'Files')">
|
||||
<template #search>
|
||||
<NcAppNavigationSearch v-model="searchQuery" :label="t('files', 'Filter filenames…')" />
|
||||
<NcAppNavigationSearch v-model="searchQuery" :label="t('files', 'Filter file names…')" />
|
||||
</template>
|
||||
<template #default>
|
||||
<NcAppNavigationList class="files-navigation__list"
|
||||
|
|
|
@ -13,7 +13,7 @@ export class FilesNavigationPage {
|
|||
}
|
||||
|
||||
searchInput() {
|
||||
return this.navigation().findByRole('searchbox', { name: /filter filenames/i })
|
||||
return this.navigation().findByRole('searchbox', { name: /filter file names/i })
|
||||
}
|
||||
|
||||
searchClearButton() {
|
||||
|
|
Loading…
Reference in a new issue