diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-08-02 02:22:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 02:22:02 +0200 |
commit | f6fcaf7582a9b5ca2754b8b0b29ddf86a4d7f9cf (patch) | |
tree | 714e474de045ae316d2735debf69926fe8ed3daf /apps/files | |
parent | 26779128a722d67c516461b3afb0ac9a366d5a59 (diff) | |
parent | 9a9e04fe4f9f3195d905ef519e457c8185928a50 (diff) | |
download | nextcloud-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.vue | 2 |
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--> |