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>
This commit is contained in:
Daniel Kesselberg 2020-03-03 10:33:18 +01:00 committed by npmbuildbot[bot]
parent 26ea9681ab
commit c0009bdf6a
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>