Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
fix(users): Correct spelling/grammar mistakes
Browse files Browse the repository at this point in the history
Closes #1156

adjust language
  • Loading branch information
rhutchison committed Feb 11, 2016
1 parent 3e549df commit 3e6a65d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
};
Expand Down

0 comments on commit 3e6a65d

Please sign in to comment.