Merge pull request #19755 from nextcloud/bug/19754/translate-tags

Fetch translate for Tags from files app
This commit is contained in:
Roeland Jago Douma 2020-03-03 12:43:01 +01:00 committed by GitHub
commit aaff6a0242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -47,7 +47,7 @@
:close-after-click="true"
icon="icon-tag"
@click="toggleTags">
{{ t('files_sharing', 'Tags') }}
{{ t('files', 'Tags') }}
</ActionButton>
</template>