сообщение что данные с ФК отправлены
This commit is contained in:
parent
a3e41702f9
commit
5d2e4b6882
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user