mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Improve i18n code and data.
This commit is contained in:
@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user