summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Settings/Section.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/lib/Settings/Section.php')
-rw-r--r--apps/user_ldap/lib/Settings/Section.php4
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');
}
/**