l10n: Spelling unification

Spelling unification in Transifex.
This commit is contained in:
Valdnet 2021-05-29 17:14:21 +02:00 committed by GitHub
parent 7a737e2c8d
commit 7afebfed6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Setting extends CalDAVSetting {
* @return string A translated string
*/
public function getName(): string {
return $this->l->t('A <strong>contact</strong> or <strong>addressbook</strong> was modified');
return $this->l->t('A <strong>contact</strong> or <strong>address book</strong> was modified');
}
/**