mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:11:54 +00:00
MIFOSX-2043 Adding labels to support localization of description values in password preferences.
This commit is contained in:
parent
4c891b207b
commit
0d095340b8
@ -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",
|
||||
|
||||
"#----------------------": "------------",
|
||||
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user