diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-05-29 17:14:21 +0200 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2021-06-21 22:44:56 +0000 |
commit | 64ad2eb83d9921341e073d42e12c61b73fa35f19 (patch) | |
tree | 1494623cebe750be81ff40405d951d9f4216a00f /apps | |
parent | 898e87ac641843cc1acfadc873b83e75a7924ec4 (diff) | |
download | nextcloud-server-64ad2eb83d9921341e073d42e12c61b73fa35f19.tar.gz nextcloud-server-64ad2eb83d9921341e073d42e12c61b73fa35f19.zip |
l10n: Spelling unification
Spelling unification in Transifex.
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/lib/CardDAV/Activity/Setting.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 <strong>contact</strong> or <strong>addressbook</strong> was modified'); + return $this->l->t('A <strong>contact</strong> or <strong>address book</strong> was modified'); } /** |