]> source.dussan.org Git - nextcloud-server.git/commitdiff
: Bigversal and LDAP
authorAllan Nordhøy <epost@anotheragency.no>
Fri, 14 Jul 2017 13:46:05 +0000 (15:46 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Tue, 18 Jul 2017 07:11:56 +0000 (09:11 +0200)
apps/user_ldap/lib/Wizard.php

index 73fcd4f1e44aad88f0b59ac99a13e7aefabecb39..dfbde31314edc13a909ae760837adcfea2c1961b 100644 (file)
@@ -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.'));
        }
 
        /**