Merge pull request #2707 from nextcloud/Valdnet-patch-2

l10n: Change to a capital letter
This commit is contained in:
Julius Härtl
2021-01-07 09:30:23 +01:00
committed by GitHub

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') }}