сообщение что данные с ФК отправлены
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") { if (settings.cfg.resultInfo.showResultForm === "after") {
onShowResult(); onShowResult();
} }
enqueueSnackbar(t("Data sent successfully"));
} }
setFire(false); setFire(false);

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

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

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