diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2020-03-03 13:29:37 +0100 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-03-03 12:38:15 +0000 |
commit | bdb92df479a286801cf72202a6ce8c2253894aaf (patch) | |
tree | c06513ef81c059dce3049c9bfa20f8a171536eaa /apps/files/src | |
parent | 534e96d130433c3bf68066489044d86548b9313f (diff) | |
download | nextcloud-server-bdb92df479a286801cf72202a6ce8c2253894aaf.tar.gz nextcloud-server-bdb92df479a286801cf72202a6ce8c2253894aaf.zip |
Fetch translate for Tags from files app
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/files/src')
-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 7935ca5544b..8beeaf8b36b 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> |