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",
|
||||
"placeholders": {
|
||||
"contactPerson": "Full name of company representative",
|
||||
"email": "email@company.ru",
|
||||
"email": "email{'@'}company.ru",
|
||||
"phone": "+7 (xxx) xxx-xx-xx"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"submit": "Отправить на проверку",
|
||||
"placeholders": {
|
||||
"contactPerson": "ФИО представителя компании",
|
||||
"email": "email@company.ru",
|
||||
"email": "email{'@'}company.ru",
|
||||
"phone": "+7 (xxx) xxx-xx-xx"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user