Improve i18n code and data.

This commit is contained in:
Yang Luo
2022-07-17 17:56:43 +08:00
parent 8c7f235ee1
commit a0b0e186b7
9 changed files with 30 additions and 15 deletions

View File

@ -62,7 +62,7 @@ class ForgetPage extends React.Component {
} else {
Util.showMessage(
"error",
i18next.t("forget:Unknown forgot type: ") + this.state.type
i18next.t("forget:Unknown forget type: ") + this.state.type
);
}
}