From cf9b5ee2c2bddc9790cbbcf158bf4abea6906dec Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 6 Jan 2021 21:36:45 +0100 Subject: [PATCH] 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. --- src/components/card/AttachmentList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/card/AttachmentList.vue b/src/components/card/AttachmentList.vue index d07fac6e1..2de92cc23 100644 --- a/src/components/card/AttachmentList.vue +++ b/src/components/card/AttachmentList.vue @@ -70,7 +70,7 @@ - {{ t('deck', 'Show in files') }} + {{ t('deck', 'Show in Files') }} {{ t('deck', 'Unshare file') }}