diff --git a/src/pages/authentication/auth-forms/BusCustomFormWizard.js b/src/pages/authentication/auth-forms/BusCustomFormWizard.js index ff08269..25afb1b 100644 --- a/src/pages/authentication/auth-forms/BusCustomFormWizard.js +++ b/src/pages/authentication/auth-forms/BusCustomFormWizard.js @@ -768,10 +768,11 @@ const BusCustomFormWizard = (props) => { - •
+ •


- • + •
+ •
diff --git a/src/pages/authentication/auth-forms/CustomFormWizard.js b/src/pages/authentication/auth-forms/CustomFormWizard.js index 1b544de..f2104d2 100644 --- a/src/pages/authentication/auth-forms/CustomFormWizard.js +++ b/src/pages/authentication/auth-forms/CustomFormWizard.js @@ -875,10 +875,11 @@ const CustomFormWizard = (props) => { - •
+ •


- • + •
+ •
diff --git a/src/translations/en.json b/src/translations/en.json index c5e920e..1665f52 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -312,6 +312,7 @@ "pwRemark2": "A mix of letters and numbers", "pwRemark3": "A mix of uppercase and lowercase English letters", "pwRemark4": "Contains at least one special symbol, for example, @ # ?", + "pwRemark5": "Please be informed that using dictionary words, usernames, or obvious phrases as password contents is strictly forbidden.", "pwWeak": "Weak", "pwNormal": "Normal", "pwGood": "Good", diff --git a/src/translations/zh-CN.json b/src/translations/zh-CN.json index 832bce1..d99324a 100644 --- a/src/translations/zh-CN.json +++ b/src/translations/zh-CN.json @@ -334,6 +334,7 @@ "pwRemark2": "字母和数字的混合", "pwRemark3": "英文字母大写与小写的混合", "pwRemark4": "至少包含一个特殊符号,例如,@ # ?", + "pwRemark5": "請注意,嚴禁使用字典單字、使用者名稱或明顯短語作為密碼內容。", "pwWeak": "弱", "pwNormal": "普通", "pwGood": "良好", diff --git a/src/translations/zh-HK.json b/src/translations/zh-HK.json index ef29338..a9556b1 100644 --- a/src/translations/zh-HK.json +++ b/src/translations/zh-HK.json @@ -337,6 +337,7 @@ "pwRemark2": "字母和數字的混合", "pwRemark3": "英文字母大寫與小寫的混合", "pwRemark4": "至少包含一個特殊符號,例如,@ # ?", + "pwRemark5": "请注意,严禁使用字典单词、用户名或明显的短语作为密码内容。", "pwWeak": "弱", "pwNormal": "普通", "pwGood": "良好",