From 5d2e4b6882191d4cfdaf5bc40d8c5a101b185ddc Mon Sep 17 00:00:00 2001 From: Nastya Date: Sun, 18 May 2025 16:11:21 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=87=D1=82=D0=BE=20=D0=B4=D0=B0=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D0=B5=20=D1=81=20=D0=A4=D0=9A=20=D0=BE=D1=82=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/components/ViewPublicationPage/ContactForm/ContactForm.tsx | 1 + public/locales/en.json | 3 ++- public/locales/ru.json | 3 ++- public/locales/uz.json | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/components/ViewPublicationPage/ContactForm/ContactForm.tsx b/lib/components/ViewPublicationPage/ContactForm/ContactForm.tsx index 73149a9..e5963db 100644 --- a/lib/components/ViewPublicationPage/ContactForm/ContactForm.tsx +++ b/lib/components/ViewPublicationPage/ContactForm/ContactForm.tsx @@ -166,6 +166,7 @@ export const ContactForm = ({ currentQuestion, onShowResult }: Props) => { if (settings.cfg.resultInfo.showResultForm === "after") { onShowResult(); } + enqueueSnackbar(t("Data sent successfully")); } setFire(false); diff --git a/public/locales/en.json b/public/locales/en.json index 9c2c720..5e146cd 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -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" } diff --git a/public/locales/ru.json b/public/locales/ru.json index 0ca5e4c..b324f6e 100644 --- a/public/locales/ru.json +++ b/public/locales/ru.json @@ -51,5 +51,6 @@ "Privacy Policy": "Политикой конфиденциальности", "familiarized": "ознакомлен", "and": "и", - "Get results": "Получить результаты" + "Get results": "Получить результаты", + "Data sent successfully": "Данные успешно отправлены" } diff --git a/public/locales/uz.json b/public/locales/uz.json index 2b41905..fbc9711 100644 --- a/public/locales/uz.json +++ b/public/locales/uz.json @@ -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" }