diff options
Diffstat (limited to 'apps/files/src/components/FilesListVirtual.vue')
-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--> |