]> 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:16:08 +0000 (09:16 +0200)
apps/user_ldap/lib/Wizard.php

index 2c388b1803e6377dae67f0c8802490f002b53fb1..3e7b95a3622b425b09245d1f7473f85188efe98a 100644 (file)
@@ -106,7 +106,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;
@@ -243,7 +243,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.'));
        }
 
        /**