Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2022-08-03 11:08:08 +0300
committerGitHub <noreply@github.com>2022-08-03 11:08:08 +0300
commitf047fd1c7686d740d76a263c1c77a5b598da332a (patch)
tree3406e3375b4ec913f4610442abfc8c5dc2857350 /src
parent79e5834962476fc3bfc5088255d180b366de267d (diff)
l10n: Fixed typo
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'src')
-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"