From 64ad2eb83d9921341e073d42e12c61b73fa35f19 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Sat, 29 May 2021 17:14:21 +0200 Subject: [PATCH] l10n: Spelling unification Spelling unification in Transifex. Signed-off-by: Christopher Ng --- apps/dav/lib/CardDAV/Activity/Setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/lib/CardDAV/Activity/Setting.php b/apps/dav/lib/CardDAV/Activity/Setting.php index c152fbd9060..a8a83111dde 100644 --- a/apps/dav/lib/CardDAV/Activity/Setting.php +++ b/apps/dav/lib/CardDAV/Activity/Setting.php @@ -39,7 +39,7 @@ class Setting extends CalDAVSetting { * @return string A translated string */ public function getName(): string { - return $this->l->t('A contact or addressbook was modified'); + return $this->l->t('A contact or address book was modified'); } /**