From 9a9e04fe4f9f3195d905ef519e457c8185928a50 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:54:43 +0200 Subject: fix(i18n) Fixed grammar Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command --- apps/files/src/components/FilesListVirtual.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files') 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 @@ {{ 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.') }} -- cgit v1.2.3