@@ -768,10 +768,11 @@ const BusCustomFormWizard = (props) => { | |||||
<Grid container spacing={2} alignItems="center"> | <Grid container spacing={2} alignItems="center"> | ||||
<Grid item sx={{mt:1}}> | <Grid item sx={{mt:1}}> | ||||
<Typography variant="subtitle1"> | <Typography variant="subtitle1"> | ||||
•<FormattedMessage id="pwRemark1"/> <br /> | |||||
•<FormattedMessage id="pwRemark1"/><br /> | |||||
•<FormattedMessage id="pwRemark2"/><br /> | •<FormattedMessage id="pwRemark2"/><br /> | ||||
•<FormattedMessage id="pwRemark3"/><br /> | •<FormattedMessage id="pwRemark3"/><br /> | ||||
•<FormattedMessage id="pwRemark4"/> | |||||
•<FormattedMessage id="pwRemark4"/><br /> | |||||
•<FormattedMessage id="pwRemark5"/> | |||||
</Typography> | </Typography> | ||||
</Grid> | </Grid> | ||||
</Grid> | </Grid> | ||||
@@ -875,10 +875,11 @@ const CustomFormWizard = (props) => { | |||||
<Grid container spacing={2} alignItems="center"> | <Grid container spacing={2} alignItems="center"> | ||||
<Grid item sx={{ mt: 1 }}> | <Grid item sx={{ mt: 1 }}> | ||||
<Typography variant="subtitle1"> | <Typography variant="subtitle1"> | ||||
•<FormattedMessage id="pwRemark1" /> <br /> | |||||
•<FormattedMessage id="pwRemark1" /><br /> | |||||
•<FormattedMessage id="pwRemark2" /><br /> | •<FormattedMessage id="pwRemark2" /><br /> | ||||
•<FormattedMessage id="pwRemark3" /><br /> | •<FormattedMessage id="pwRemark3" /><br /> | ||||
•<FormattedMessage id="pwRemark4" /> | |||||
•<FormattedMessage id="pwRemark4" /><br /> | |||||
•<FormattedMessage id="pwRemark5"/><br /> | |||||
</Typography> | </Typography> | ||||
</Grid> | </Grid> | ||||
</Grid> | </Grid> | ||||
@@ -312,6 +312,7 @@ | |||||
"pwRemark2": "A mix of letters and numbers", | "pwRemark2": "A mix of letters and numbers", | ||||
"pwRemark3": "A mix of uppercase and lowercase English letters", | "pwRemark3": "A mix of uppercase and lowercase English letters", | ||||
"pwRemark4": "Contains at least one special symbol, for example, @ # ?", | "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", | "pwWeak": "Weak", | ||||
"pwNormal": "Normal", | "pwNormal": "Normal", | ||||
"pwGood": "Good", | "pwGood": "Good", | ||||
@@ -334,6 +334,7 @@ | |||||
"pwRemark2": "字母和数字的混合", | "pwRemark2": "字母和数字的混合", | ||||
"pwRemark3": "英文字母大写与小写的混合", | "pwRemark3": "英文字母大写与小写的混合", | ||||
"pwRemark4": "至少包含一个特殊符号,例如,@ # ?", | "pwRemark4": "至少包含一个特殊符号,例如,@ # ?", | ||||
"pwRemark5": "請注意,嚴禁使用字典單字、使用者名稱或明顯短語作為密碼內容。", | |||||
"pwWeak": "弱", | "pwWeak": "弱", | ||||
"pwNormal": "普通", | "pwNormal": "普通", | ||||
"pwGood": "良好", | "pwGood": "良好", | ||||
@@ -337,6 +337,7 @@ | |||||
"pwRemark2": "字母和數字的混合", | "pwRemark2": "字母和數字的混合", | ||||
"pwRemark3": "英文字母大寫與小寫的混合", | "pwRemark3": "英文字母大寫與小寫的混合", | ||||
"pwRemark4": "至少包含一個特殊符號,例如,@ # ?", | "pwRemark4": "至少包含一個特殊符號,例如,@ # ?", | ||||
"pwRemark5": "请注意,严禁使用字典单词、用户名或明显的短语作为密码内容。", | |||||
"pwWeak": "弱", | "pwWeak": "弱", | ||||
"pwNormal": "普通", | "pwNormal": "普通", | ||||
"pwGood": "良好", | "pwGood": "良好", | ||||