Fix address order: region first
This commit is contained in:
@@ -46,7 +46,7 @@ export const en = {
|
|||||||
phone: 'Phone',
|
phone: 'Phone',
|
||||||
email: 'Email',
|
email: 'Email',
|
||||||
address: 'Address',
|
address: 'Address',
|
||||||
addressValue: 'Pushkino, Moscow Region, 38/14',
|
addressValue: 'Moscow Region, Pushkino, 38/14',
|
||||||
formName: 'Your name',
|
formName: 'Your name',
|
||||||
formCompany: 'Company',
|
formCompany: 'Company',
|
||||||
formMessage: 'Describe your task',
|
formMessage: 'Describe your task',
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ export const ru = {
|
|||||||
phone: 'Телефон',
|
phone: 'Телефон',
|
||||||
email: 'Email',
|
email: 'Email',
|
||||||
address: 'Адрес',
|
address: 'Адрес',
|
||||||
addressValue: 'Пушкино, Московская область, д. 38/14',
|
addressValue: 'Московская область, Пушкино, д. 38/14',
|
||||||
formName: 'Ваше имя',
|
formName: 'Ваше имя',
|
||||||
formCompany: 'Компания',
|
formCompany: 'Компания',
|
||||||
formMessage: 'Опишите задачу',
|
formMessage: 'Опишите задачу',
|
||||||
|
|||||||
Reference in New Issue
Block a user