GUAC-1176: Use translation strings for client error messages.

This commit is contained in:
Michael Jumper
2015-06-03 16:28:47 -07:00
parent 304e150a1e
commit 904e54090f
5 changed files with 20 additions and 4 deletions

View File

@@ -1,4 +1,10 @@
{
"LOGIN" : {
"ERROR_PASSWORD_BLANK" : "@:APP.ERROR_PASSWORD_BLANK",
"ERROR_PASSWORD_SAME" : "The new password must be different from the expired password."
},
"USER_ATTRIBUTES" : {
"FIELD_HEADER_DISABLED" : "Login disabled:",
@@ -7,4 +13,5 @@
"SECTION_HEADER_RESTRICTIONS" : "Account Restrictions"
}
}

View File

@@ -0,0 +1,7 @@
{
"LOGIN" : {
"ERROR_PASSWORD_BLANK" : "@:APP.ERROR_PASSWORD_BLANK"
}
}