From 2d86c79b061b81d1460ed12339271b6d820ab33b Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:00:01 +0700 Subject: [PATCH] Fix: escape @ in email placeholder for vue-i18n --- i18n/locales/en/kycRussia.json | 2 +- i18n/locales/ru/kycRussia.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/locales/en/kycRussia.json b/i18n/locales/en/kycRussia.json index 4e629cd..47286c4 100644 --- a/i18n/locales/en/kycRussia.json +++ b/i18n/locales/en/kycRussia.json @@ -38,7 +38,7 @@ "submit": "Submit for review", "placeholders": { "contactPerson": "Full name of company representative", - "email": "email@company.ru", + "email": "email{'@'}company.ru", "phone": "+7 (xxx) xxx-xx-xx" } } diff --git a/i18n/locales/ru/kycRussia.json b/i18n/locales/ru/kycRussia.json index a511def..f016fd7 100644 --- a/i18n/locales/ru/kycRussia.json +++ b/i18n/locales/ru/kycRussia.json @@ -38,7 +38,7 @@ "submit": "Отправить на проверку", "placeholders": { "contactPerson": "ФИО представителя компании", - "email": "email@company.ru", + "email": "email{'@'}company.ru", "phone": "+7 (xxx) xxx-xx-xx" } }