Skip to content

Commit aaff6a0

Browse files
authored
Merge pull request #19755 from nextcloud/bug/19754/translate-tags
Fetch translate for Tags from files app
2 parents 26ea968 + c0009bd commit aaff6a0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/files/js/dist/sidebar.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/js/dist/sidebar.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/src/views/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
:close-after-click="true"
4848
icon="icon-tag"
4949
@click="toggleTags">
50-
{{ t('files_sharing', 'Tags') }}
50+
{{ t('files', 'Tags') }}
5151
</ActionButton>
5252
</template>
5353

0 commit comments

Comments
 (0)