diff --git a/app/Http/Controllers/SettingsController.php b/app/Http/Controllers/SettingsController.php
index 8ac0b3622b..29ef2234e7 100755
--- a/app/Http/Controllers/SettingsController.php
+++ b/app/Http/Controllers/SettingsController.php
@@ -915,7 +915,7 @@ class SettingsController extends Controller
* This validator is only temporary (famous last words.) - @snipe
*/
$messages = [
- 'ldap_username_field.not_in' => 'sAMAccountName (mixed case) will likely not work. You should use samaccountName (lowercase) instead. ',
+ 'ldap_username_field.not_in' => 'sAMAccountName (mixed case) will likely not work. You should use samaccountname (lowercase) instead. ',
'ldap_auth_filter_query.not_in' => 'uid=samaccountname is probably not a valud auth filter. You probably want uid= ',
'ldap_filter.regex' => 'This value should probably not be wrapped in parentheses.',
];