summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')
},