diff options
Diffstat (limited to 'apps/files/src/views/Sidebar.vue')
-rw-r--r-- | apps/files/src/views/Sidebar.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/views/Sidebar.vue b/apps/files/src/views/Sidebar.vue index 00e4367e92f..16abb3ca76f 100644 --- a/apps/files/src/views/Sidebar.vue +++ b/apps/files/src/views/Sidebar.vue @@ -47,7 +47,7 @@ :close-after-click="true" icon="icon-tag" @click="toggleTags"> - {{ t('files_sharing', 'Tags') }} + {{ t('files', 'Tags') }} </ActionButton> </template> |