yangchenggong1_wd

fix:bug[17194] 修改密码输入栏中鸿蒙版文字描述与安卓不一致

@@ -99,7 +99,7 @@ struct ModifyPasswordPage { @@ -99,7 +99,7 @@ struct ModifyPasswordPage {
99 99
100 Row() { 100 Row() {
101 Row() { 101 Row() {
102 - TextInput({ placeholder: "请再请输入原密码" }) 102 + TextInput({ placeholder: "再次输入新密码" })
103 .placeholderColor("#CCCCCC") 103 .placeholderColor("#CCCCCC")
104 .type(InputType.Password) 104 .type(InputType.Password)
105 .showPasswordIcon(true) 105 .showPasswordIcon(true)