MIFOSX-2043 Adding labels to support localization of description values in password preferences.

This commit is contained in:
Chandrika 2015-05-14 14:11:21 -04:00
parent 4c891b207b
commit 0d095340b8
2 changed files with 3 additions and 1 deletions

View File

@ -3510,6 +3510,8 @@
"label.anchor.passwordPreferences":"Password Preferences",
"label.view.passwordPreferences":"Define standards for enforcing the usage of stronger passwords",
"label.heading.passwordPreferences":"Password Preferences",
"label.simple" : "Password must be at least 1 character and not more that 50 characters long",
"label.secure" : "Password must be at least 6 characters, no more than 50 characters long, must include at least one upper case letter, one lower case letter, one numeric digit and no space",
"#----------------------": "------------",

View File

@ -9,7 +9,7 @@
<legend>{{'label.heading.passwordPreferences' | translate}}</legend>
<div ng-repeat="data in dataOptions">
<input type="radio" ng-model="formData.validationPolicyId" value={{data.id}}>
{{data.description}}
{{'label.' + data.key | translate }}
</div>
<div class="col-md-offset-3">
<a href="#/organization">