mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 03:07:01 +02:00
fix(users): Correct spelling/grammar mistakes
Closes #1156 adjust language
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user