Fix: escape @ in email placeholder for vue-i18n
All checks were successful
Build Docker Image / build (push) Successful in 3m29s
All checks were successful
Build Docker Image / build (push) Successful in 3m29s
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
"submit": "Submit for review",
|
"submit": "Submit for review",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"contactPerson": "Full name of company representative",
|
"contactPerson": "Full name of company representative",
|
||||||
"email": "email@company.ru",
|
"email": "email{'@'}company.ru",
|
||||||
"phone": "+7 (xxx) xxx-xx-xx"
|
"phone": "+7 (xxx) xxx-xx-xx"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
"submit": "Отправить на проверку",
|
"submit": "Отправить на проверку",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"contactPerson": "ФИО представителя компании",
|
"contactPerson": "ФИО представителя компании",
|
||||||
"email": "email@company.ru",
|
"email": "email{'@'}company.ru",
|
||||||
"phone": "+7 (xxx) xxx-xx-xx"
|
"phone": "+7 (xxx) xxx-xx-xx"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user