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 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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