Finish i18n of es

This commit is contained in:
Gucheng Wang
2023-03-18 17:19:48 +08:00
parent d383de256b
commit 263f804ab8
12 changed files with 620 additions and 620 deletions

View File

@ -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);
}
}
}