Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -110,7 +110,7 @@ export struct AccountAndSecurityLayout { | @@ -110,7 +110,7 @@ export struct AccountAndSecurityLayout { | ||
| 110 | Stack({ alignContent: Alignment.Bottom }) { | 110 | Stack({ alignContent: Alignment.Bottom }) { |
| 111 | Column() { | 111 | Column() { |
| 112 | RelativeContainer() { | 112 | RelativeContainer() { |
| 113 | - Text('账户与安全') | 113 | + Text('账户管理') |
| 114 | .fontColor('#FF333333') | 114 | .fontColor('#FF333333') |
| 115 | .fontSize(18) | 115 | .fontSize(18) |
| 116 | .textAlign(TextAlign.Center) | 116 | .textAlign(TextAlign.Center) |
-
Please register or login to post a comment