diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-04-22 20:07:39 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-05-21 11:50:12 +0200 |
commit | 77ca79f697e1002997b5ce5b1bd06c91be507d72 (patch) | |
tree | be235f0db590173c8024e4b3170bc22b22c5bbbe /apps/user_ldap/lib/Settings/Section.php | |
parent | 4aae71cd77e5117f06cabcc8a3933328f2df6533 (diff) | |
download | nextcloud-server-77ca79f697e1002997b5ce5b1bd06c91be507d72.tar.gz nextcloud-server-77ca79f697e1002997b5ce5b1bd06c91be507d72.zip |
l10n: Spelling unification
Spelling unification in Transifex.
Signed-off-by: Valdnet 47037905+Valdnet@users.noreply.github.com
Diffstat (limited to 'apps/user_ldap/lib/Settings/Section.php')
-rw-r--r-- | apps/user_ldap/lib/Settings/Section.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/Settings/Section.php b/apps/user_ldap/lib/Settings/Section.php index 308cf6b86ef..b854b0303d9 100644 --- a/apps/user_ldap/lib/Settings/Section.php +++ b/apps/user_ldap/lib/Settings/Section.php @@ -55,13 +55,13 @@ class Section implements IIconSection { } /** - * returns the translated name as it should be displayed, e.g. 'LDAP / AD + * returns the translated name as it should be displayed, e.g. 'LDAP/AD * integration'. Use the L10N service to translate it. * * @return string */ public function getName() { - return $this->l->t('LDAP / AD integration'); + return $this->l->t('LDAP/AD integration'); } /** |