0
0
Fork 0
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:
Christopher Ng 2025-02-03 14:47:07 -08:00 committed by backportbot[bot]
parent b4067478aa
commit 94858691d3
2 changed files with 2 additions and 2 deletions
apps/files/src/views
cypress/pages

View file

@ -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"

View file

@ -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() {