summaryrefslogtreecommitdiffstats
path: root/src/components/Settings/SettingsAddressbook.vue
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-04-12 09:40:55 +0200
committerGitHub <noreply@github.com>2021-04-12 09:40:55 +0200
commit8d60d8851ece7c5366fae62d49c5466dd249aa4e (patch)
treec4b7145cf4b4e1a07322512a6a7498b85e5b6608 /src/components/Settings/SettingsAddressbook.vue
parente3863df6a7ff28b4ddfd9c7fa4528ed8e4cabc62 (diff)
l10n: Unify spelling
Spelling unification in Nextcloud applications.
Diffstat (limited to 'src/components/Settings/SettingsAddressbook.vue')
-rw-r--r--src/components/Settings/SettingsAddressbook.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Settings/SettingsAddressbook.vue b/src/components/Settings/SettingsAddressbook.vue
index ea288758..2f8f3b85 100644
--- a/src/components/Settings/SettingsAddressbook.vue
+++ b/src/components/Settings/SettingsAddressbook.vue
@@ -162,7 +162,7 @@ export default {
if (this.copied) {
return this.copySuccess
? t('contacts', 'Copied')
- : t('contacts', 'Can not copy')
+ : t('contacts', 'Cannot copy')
}
return t('contacts', 'Copy link')
},