fix: fix i18n typo

This commit is contained in:
Yang Luo 2023-12-30 00:49:39 +08:00
parent 27187b3a54
commit 5c107db43b

View File

@ -33,7 +33,7 @@ export function connectSmtpServer(provider) {
testEmailProvider(provider)
.then((res) => {
if (res.status === "ok") {
Setting.showMessage("success", "provider:SMTP connected successfully");
Setting.showMessage("success", i18next.t("provider:SMTP connected successfully"));
} else {
Setting.showMessage("error", res.msg);
}