Fix: escape @ in email placeholder for vue-i18n
All checks were successful
Build Docker Image / build (push) Successful in 3m29s

This commit is contained in:
Ruslan Bakiev
2026-01-22 18:00:01 +07:00
parent eb664c0387
commit 2d86c79b06
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
}
}

View File

@@ -38,7 +38,7 @@
"submit": "Отправить на проверку",
"placeholders": {
"contactPerson": "ФИО представителя компании",
"email": "email@company.ru",
"email": "email{'@'}company.ru",
"phone": "+7 (xxx) xxx-xx-xx"
}
}