Skip to content

Commit

Permalink
Merge pull request #95 from AlcoholTobaccoCode/misspellings
Browse files Browse the repository at this point in the history
chore: ✏️ 修改错别字
  • Loading branch information
mylxsw authored Feb 20, 2024
2 parents b62384d + 0116962 commit e31c15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/page/auth/signin_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ class _SignInScreenState extends State<SignInScreen> {
final ok = await sendWeChatAuth(
scope: "snsapi_userinfo", state: "wechat_sdk_demo_test");
if (!ok) {
showErrorMessage('请先安装微信后再使用改功能');
showErrorMessage('请先安装微信后再使用该功能');
}
},
backgroundColor: Colors.green,
Expand Down
2 changes: 1 addition & 1 deletion lib/page/setting/account_security.dart
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class _AccountSecurityScreenState extends State<AccountSecurityScreen> {
scope: "snsapi_userinfo",
state: "wechat_sdk_demo_test");
if (!ok) {
showErrorMessage('请先安装微信后再使用改功能');
showErrorMessage('请先安装微信后再使用该功能');
}
}
},
Expand Down

0 comments on commit e31c15d

Please sign in to comment.