fix(users): Correct spelling/grammar mistakes

Closes #1156

adjust language
This commit is contained in:
Ryan Hutchison
2016-02-10 01:13:44 -05:00
parent 3e549dfd7d
commit 3e6a65d3a0

View File

@@ -11,7 +11,7 @@ angular.module('users').factory('PasswordValidator', ['$window',
return result;
},
getPopoverMsg: function () {
var popoverMsg = 'Please enter a passphrase or password with greater than 10 characters, numbers, lowercase, upppercase, and special characters.';
var popoverMsg = 'Please enter a passphrase or password with 10 or more characters, numbers, lowercase, uppercase, and special characters.';
return popoverMsg;
}
};