Skip to content

Commit

Permalink
修正“帐”为“账”
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxy829 committed Aug 7, 2023
1 parent baf291b commit 057dfc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ await WaitAndRetryAsync().ExecuteAsync(async () =>

loginState.Message = eResult switch
{
"5" => "请核对您的密码和帐户名称并重试",
"5" => "请核对您的密码和账户名称并重试",
"20" => "与 Steam 通信时出现问题。请稍后重试。",
"84" => "短期内来自您所在位置的失败登录过多。请15分钟后再试。",
_ => $"{eResult} 登录遇到未知错误,请稍后重试。",
Expand Down

0 comments on commit 057dfc3

Please sign in to comment.