summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreta <gretadoci@gmail.com>2022-08-03 11:41:28 +0200
committerGitHub <noreply@github.com>2022-08-03 11:41:28 +0200
commit3ade5f88d437f7b8c6a1e393d6fdbef20cb98c6a (patch)
tree3406e3375b4ec913f4610442abfc8c5dc2857350
parent79e5834962476fc3bfc5088255d180b366de267d (diff)
parentf047fd1c7686d740d76a263c1c77a5b598da332a (diff)
Merge pull request #2878 from nextcloud/rakekniven-patch-1
l10n: Fixed typo
-rw-r--r--src/components/ContactDetails.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index 816d306c..56f57f26 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -123,7 +123,7 @@
<template #icon>
<IconDownload :size="20" />
</template>
- {{ t('contacts', 'iDownload') }}
+ {{ t('contacts', 'Download') }}
</ActionLink>
<!-- user can clone if there is at least one option available -->
<ActionButton v-if="isReadOnly && addressbooksOptions.length > 0"