сообщение что данные с ФК отправлены
Some checks failed
Deploy / DeployService (push) Waiting to run
Deploy / CreateImage (push) Has been cancelled

This commit is contained in:
Nastya 2025-05-18 16:11:21 +03:00
parent a3e41702f9
commit 5d2e4b6882
4 changed files with 7 additions and 3 deletions

@ -166,6 +166,7 @@ export const ContactForm = ({ currentQuestion, onShowResult }: Props) => {
if (settings.cfg.resultInfo.showResultForm === "after") {
onShowResult();
}
enqueueSnackbar(t("Data sent successfully"));
}
setFire(false);

@ -51,5 +51,6 @@
"Privacy Policy": "Privacy Policy",
"familiarized": "acknowledged",
"and": "and",
"Get results": "Get results"
"Get results": "Get results",
"Data sent successfully": "Data sent successfully"
}

@ -51,5 +51,6 @@
"Privacy Policy": "Политикой конфиденциальности",
"familiarized": "ознакомлен",
"and": "и",
"Get results": "Получить результаты"
"Get results": "Получить результаты",
"Data sent successfully": "Данные успешно отправлены"
}

@ -51,5 +51,6 @@
"Privacy Policy": "Maxfiylik siyosati",
"familiarized": "tanishdim",
"and": "va",
"Get results": "Natijalarni olish"
"Get results": "Natijalarni olish",
"Data sent successfully": "Ma'lumotlar muvaffaqiyatli yuborildi"
}