aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-08-02 02:22:02 +0200
committerGitHub <noreply@github.com>2023-08-02 02:22:02 +0200
commitf6fcaf7582a9b5ca2754b8b0b29ddf86a4d7f9cf (patch)
tree714e474de045ae316d2735debf69926fe8ed3daf /apps/files
parent26779128a722d67c516461b3afb0ac9a366d5a59 (diff)
parent9a9e04fe4f9f3195d905ef519e457c8185928a50 (diff)
downloadnextcloud-server-f6fcaf7582a9b5ca2754b8b0b29ddf86a4d7f9cf.tar.gz
nextcloud-server-f6fcaf7582a9b5ca2754b8b0b29ddf86a4d7f9cf.zip
Merge pull request #39475 from nextcloud/rakekniven-patch-3
fix(i18n) Fixed grammar
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/src/components/FilesListVirtual.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/components/FilesListVirtual.vue b/apps/files/src/components/FilesListVirtual.vue
index b0626dc133b..30462e6a4bf 100644
--- a/apps/files/src/components/FilesListVirtual.vue
+++ b/apps/files/src/components/FilesListVirtual.vue
@@ -46,7 +46,7 @@
<!-- Accessibility description -->
<caption class="hidden-visually">
{{ currentView.caption || t('files', 'List of files and folders.') }}
- {{ t('files', 'This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list.') }}
+ {{ t('files', 'This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.') }}
</caption>
<!-- Thead-->