This commit is contained in:
huanghongxun
2020-02-05 15:25:28 +08:00
parent bdee33456b
commit 4923370897
2 changed files with 14 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ public final class LauncherHelper {
}
})
.thenRunAsync(Schedulers.javafx(), () -> emitStatus(LoadingState.LOGGING_IN))
.thenSupplyAsync(i18n("account.methods"), () -> {
.thenSupplyAsync(i18n("launch.state.logging_in"), () -> {
try {
return account.logIn();
} catch (CredentialExpiredException e) {