ref |> 修改华为账号一键登录为“华为账号快速登录”
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -160,7 +160,7 @@ struct OneKeyLoginPage { | @@ -160,7 +160,7 @@ struct OneKeyLoginPage { | ||
| 160 | Row() { | 160 | Row() { |
| 161 | Image($r("app.media.huawei_one_key_login_icon")) | 161 | Image($r("app.media.huawei_one_key_login_icon")) |
| 162 | .width(24).height(24) | 162 | .width(24).height(24) |
| 163 | - Text("华为账号一键登录") | 163 | + Text("华为账号快速登录") |
| 164 | .fontColor(Color.White) | 164 | .fontColor(Color.White) |
| 165 | .margin({left:5}) | 165 | .margin({left:5}) |
| 166 | } | 166 | } |
-
Please register or login to post a comment