Skip to content

Commit

Permalink
l10n: Unify spelling
Browse files Browse the repository at this point in the history
Spelling unification in Nextcloud applications.
  • Loading branch information
Valdnet authored Apr 12, 2021
1 parent e3863df commit 8d60d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings/SettingsAddressbook.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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')
},
Expand Down

0 comments on commit 8d60d88

Please sign in to comment.