l10n: Spelling unification

Spelling unification in Transifex.

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Valdnet 2021-05-29 17:14:21 +02:00 committed by Christopher Ng
parent 898e87ac64
commit 64ad2eb83d

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');
}
/**