diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-07-18 09:09:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-18 09:09:46 +0200 |
commit | 1ac6eae7d55c9c9530a55e643e39879e8ae816c2 (patch) | |
tree | d7631db238f270af4cbdbb6659d288f406ee8ea6 /apps | |
parent | 5c900e535b93d32df802396be45779742b4b0852 (diff) | |
parent | ddc804aa32db83d6f06b243e86ff01bb39dafaa6 (diff) | |
download | nextcloud-server-1ac6eae7d55c9c9530a55e643e39879e8ae816c2.tar.gz nextcloud-server-1ac6eae7d55c9c9530a55e643e39879e8ae816c2.zip |
Merge pull request #5739 from nextcloud/comradekingu-patch-4
Spelling: Bigversal and LDAP
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib/Wizard.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/Wizard.php b/apps/user_ldap/lib/Wizard.php index 73fcd4f1e44..dfbde31314e 100644 --- a/apps/user_ldap/lib/Wizard.php +++ b/apps/user_ldap/lib/Wizard.php @@ -107,7 +107,7 @@ class Wizard extends LDAPUtility { } else if ($type === 'objects') { $result = $this->access->countObjects($limit); } else { - throw new \Exception('internal error: invalid object type', 500); + throw new \Exception('Internal error: Invalid object type', 500); } return $result; @@ -244,7 +244,7 @@ class Wizard extends LDAPUtility { } }; - throw new \Exception(self::$l->t('Could not detect user display name attribute. Please specify it yourself in advanced ldap settings.')); + throw new \Exception(self::$l->t('Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings.')); } /** |