Pman.Dialog.Login.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 03:09:38 +0000 (11:09 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 03:09:38 +0000 (11:09 +0800)
Pman.Dialog.Login.js

Pman.Dialog.Login.bjs
Pman.Dialog.Login.js

index 37510cb..f9f5b18 100644 (file)
@@ -7,6 +7,7 @@
  "modOrder" : "001",
  "strings" : {
   "e50b62fb8271673bacc2cfd9d80fbe7a" : "Login to the Management Portal",
+  "e81e237c94a1f073504ab372b1b7fc41" : "Please check your email",
   "99dea78007133396a7b8ed70578ac6ae" : "Login",
   "cfcd208495d565ef66e7dff9f98764da" : "0",
   "cd4bcecae78474ea24c3f28350758a8c" : "Forgot your password ?",
@@ -14,7 +15,6 @@
   "06cf692a8d2bb0ab8318dc6c839ae931" : "Two-Factor Authentication Number (if relevant)",
   "11163ed17ad9afc7680bb9e92f15d6fd" : "We have sent you a link to reset your password",
   "5047040b025ce0295b58d42250014417" : "<div id=\"login-err\" class=\"dialog-err\" style=\"color:red\"></div>",
-  "24efa7ee4511563b16144f39706d594f" : "Notice",
   "643a860f992333b8600ea264aca7c4fc" : "Email Address"
  },
  "named_strings" : {
      "xtype" : "Button",
      "html" : "Forgot your password ?",
      "$ string weight" : "'link'",
-     "string _forgot_passwd_success_title" : "Notice",
+     "string _forgot_passwd_success_title" : "Please check your email",
      "Boolean removeClass" : true,
      "$ xns" : "Roo.bootstrap",
      "String style" : "float: left",
index 9226651..a0f9fb2 100644 (file)
@@ -9,6 +9,7 @@ Roo.apply(Pman.Dialog.Login.prototype, {
 
  _strings : {
   'e50b62fb8271673bacc2cfd9d80fbe7a' :"Login to the Management Portal",
+  'e81e237c94a1f073504ab372b1b7fc41' :"Please check your email",
   '99dea78007133396a7b8ed70578ac6ae' :"Login",
   'cfcd208495d565ef66e7dff9f98764da' :"0",
   'cd4bcecae78474ea24c3f28350758a8c' :"Forgot your password ?",
@@ -16,7 +17,6 @@ Roo.apply(Pman.Dialog.Login.prototype, {
   '06cf692a8d2bb0ab8318dc6c839ae931' :"Two-Factor Authentication Number (if relevant)",
   '11163ed17ad9afc7680bb9e92f15d6fd' :"We have sent you a link to reset your password",
   '5047040b025ce0295b58d42250014417' :"<div id=\"login-err\" class=\"dialog-err\" style=\"color:red\"></div>",
-  '24efa7ee4511563b16144f39706d594f' :"Notice",
   '643a860f992333b8600ea264aca7c4fc' :"Email Address"
  },
  _named_strings : {
@@ -103,7 +103,7 @@ Roo.apply(Pman.Dialog.Login.prototype, {
      {
       xtype : 'Button',
       _forgot_passwd_success_body : _this._strings['11163ed17ad9afc7680bb9e92f15d6fd'] /* We have sent you a link to reset your password */,
-      _forgot_passwd_success_title : _this._strings['24efa7ee4511563b16144f39706d594f'] /* Notice */,
+      _forgot_passwd_success_title : _this._strings['e81e237c94a1f073504ab372b1b7fc41'] /* Please check your email */,
       href : '#',
       html : _this._strings['cd4bcecae78474ea24c3f28350758a8c'] /* Forgot your password ? */,
       removeClass : true,