mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Finish i18n of es
This commit is contained in:
@ -53,7 +53,7 @@ class ForgetPage extends React.Component {
|
||||
if (this.state.applicationName !== undefined) {
|
||||
this.getApplication();
|
||||
} else {
|
||||
Setting.showMessage("error", i18next.t("forget:Unknown forget type: ") + this.state.type);
|
||||
Setting.showMessage("error", i18next.t("forget:Unknown forget type") + ": " + this.state.type);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user