Fix i18n issue

This commit is contained in:
Gucheng Wang
2023-03-18 20:42:02 +08:00
parent ed9ceaefe1
commit 2bc4cd9337
12 changed files with 5 additions and 14 deletions

View File

@ -173,7 +173,7 @@ class SignupPage extends React.Component {
this.onUpdateAccount(account);
Setting.goToLinkSoft(this, this.getResultPath(application));
} else {
Setting.showMessage("error", `Failed to sign in: ${res.msg}`);
Setting.showMessage("error", `${i18next.t("application:Failed to sign in")}: ${res.msg}`);
}
});
} else {