Skip to content

Commit

Permalink
Capitalize app name
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jan 26, 2025
1 parent 36f157e commit cd6634e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ohos/AppScope/resources/base/element/string.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"string": [
{
"name": "app_name",
"value": "nfsee"
"value": "NFSee"
}
]
}
2 changes: 1 addition & 1 deletion ohos/entry/src/main/resources/base/element/string.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"name": "EntryAbility_label",
"value": "nfsee"
"value": "NFSee"
},
{
"name": "EntryAbility_nfc_tag_permission",
Expand Down
2 changes: 1 addition & 1 deletion ohos/entry/src/main/resources/en_US/element/string.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"name": "EntryAbility_label",
"value": "nfsee"
"value": "NFSee"
}
]
}
2 changes: 1 addition & 1 deletion ohos/entry/src/main/resources/zh_CN/element/string.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"name": "EntryAbility_label",
"value": "nfsee"
"value": "NFSee"
}
]
}

0 comments on commit cd6634e

Please sign in to comment.