Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yangchenggong1_wd
2024-05-09 10:44:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cfe2d82b09c0ad965893aed794508773a26f4357
cfe2d82b
1 parent
0d465200
fix:bug[16686] 账户与安全的文字描述鸿蒙与安卓不一致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/setting/AccountAndSecurityLayout.ets
sight_harmony/features/wdComponent/src/main/ets/components/setting/AccountAndSecurityLayout.ets
View file @
cfe2d82
...
...
@@ -110,7 +110,7 @@ export struct AccountAndSecurityLayout {
Stack({ alignContent: Alignment.Bottom }) {
Column() {
RelativeContainer() {
Text('账户
与安全
')
Text('账户
管理
')
.fontColor('#FF333333')
.fontSize(18)
.textAlign(TextAlign.Center)
...
...
Please
register
or
login
to post a comment