Bug Fix: jQuery Ext for Firefox

This commit is contained in:
Gary Sharp
2013-11-05 14:29:53 +11:00
parent bc08bd7dc2
commit bd4f0bd9a7
10 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ namespace Disco.Services.Users
adAccount = _GetActiveDirectoryUserAccount(UserId, null);
if (adAccount == null)
throw new ArgumentException(string.Format("Invalid Username: '{0}'; User doesn't in AD", UserId), "Username");
throw new ArgumentException(string.Format("Invalid Username: '{0}'; User not found in Active Directory", UserId), "Username");
}
catch (COMException ex)
{