aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/views/Sidebar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/src/views/Sidebar.vue')
-rw-r--r--apps/files/src/views/Sidebar.vue8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/files/src/views/Sidebar.vue b/apps/files/src/views/Sidebar.vue
index 9c2bab960c4..81c4e728380 100644
--- a/apps/files/src/views/Sidebar.vue
+++ b/apps/files/src/views/Sidebar.vue
@@ -42,8 +42,12 @@
<template v-if="fileInfo" #secondary-actions>
<!-- TODO: create proper api for apps to register actions
And inject themselves here. -->
- <ActionButton v-if="isSystemTagsEnabled" icon="icon-tag" @click="toggleTags">
- {{ t('files_sharing', 'Manage tags') }}
+ <ActionButton
+ v-if="isSystemTagsEnabled"
+ :close-after-click="true"
+ icon="icon-tag"
+ @click="toggleTags">
+ {{ t('files_sharing', 'Tags') }}
</ActionButton>
</template>