Login: fix NotFoundKeysTest

This commit is contained in:
Viktor Fomin 2023-05-10 11:23:39 +03:00
parent 8f9e698b88
commit 05b70bd749

View File

@ -119,7 +119,7 @@ export const getMessageKeyTranslate = (t: TFuncType, message: string) => {
case "Error":
return t("Common:Error");
case "None":
return t("Errors:None");
return t("Common:UnknownError");
case "ErrorUserNotFound":
return t("Errors:ErrorUserNotFound");
case "ErrorExpiredActivationLink":