l10n: Change to a capital letter

If it is referring to files in the NC, it is the name of the app and should be upper case.
This commit is contained in:
Valdnet
2021-01-06 21:36:45 +01:00
committed by GitHub
parent 94b903557f
commit cf9b5ee2c2

View File

@@ -70,7 +70,7 @@
</Actions>
<Actions v-if="removable" :force-menu="true">
<ActionLink v-if="attachment.extendedData.fileid" icon="icon-folder" :href="internalLink(attachment)">
{{ t('deck', 'Show in files') }}
{{ t('deck', 'Show in Files') }}
</ActionLink>
<ActionButton v-if="attachment.extendedData.fileid" icon="icon-delete" @click="unshareAttachment(attachment)">
{{ t('deck', 'Unshare file') }}