Skip to content

Commit

Permalink
错别字修正
Browse files Browse the repository at this point in the history
在→再
顺手调整了一下描述语序
  • Loading branch information
MasterOfStar committed Jun 1, 2022
1 parent 97e946a commit 8053629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ST.Client.Android/UI/Fragments/CommunityFixFragment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ async void StartProxyButton_Click(bool start/*, bool ignoreVPNCheck = false*/)
if (Build.VERSION.SdkInt >= BuildVersionCodes.N)
{
const string textCertificateTrustTip =
"因 Android 7(Nougat API 24) 之后的版本不在信任用户证书,所以此功能已放弃继续开发," +
"如仍想使用需要自行导入证书到系统目录,使用 adb 工具或 Magisk 之类的软件操作" +
"因 Android 7(Nougat API 24) 之后的版本不再信任用户证书,所以此功能已放弃继续开发," +
"如仍想使用需要自行使用 adb 工具或 Magisk 之类的软件导入证书到系统目录" +
"未来会使用不需要证书的加速功能替换此功能";
await MessageBox.ShowAsync(textCertificateTrustTip, "已知问题",
rememberChooseKey: MessageBox.DontPromptType.AndroidCertificateTrustTip);
Expand Down Expand Up @@ -371,4 +371,4 @@ async void Test()
}
#endif
}
}
}

0 comments on commit 8053629

Please sign in to comment.