Skip to content

Commit

Permalink
Merge pull request BeyondDimension#1458 from MasterOfStar/patch-1
Browse files Browse the repository at this point in the history
错别字修正
  • Loading branch information
AigioL committed Jun 1, 2022
2 parents 97e946a + 8053629 commit 9ae70b8
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 9ae70b8

Please sign in to comment.