Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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) |
-
Please register or login to post a comment