diff --git a/index.html b/index.html index 698c728..a9e961c 100644 --- a/index.html +++ b/index.html @@ -55,6 +55,7 @@ "email": "info@sag24.ru", "address": { "@type": "PostalAddress", + "streetAddress": "д. 38/14", "addressLocality": "Пушкино", "addressRegion": "Московская область", "addressCountry": "RU" diff --git a/src/translations/en.js b/src/translations/en.js index 46a5e1e..326f7cc 100644 --- a/src/translations/en.js +++ b/src/translations/en.js @@ -46,7 +46,7 @@ export const en = { phone: 'Phone', email: 'Email', address: 'Address', - addressValue: 'Pushkino, Moscow Region', + addressValue: 'Pushkino, Moscow Region, 38/14', formName: 'Your name', formCompany: 'Company', formMessage: 'Describe your task', diff --git a/src/translations/ru.js b/src/translations/ru.js index 22900ba..e30ff1d 100644 --- a/src/translations/ru.js +++ b/src/translations/ru.js @@ -46,7 +46,7 @@ export const ru = { phone: 'Телефон', email: 'Email', address: 'Адрес', - addressValue: 'Пушкино, Московская область', + addressValue: 'Пушкино, Московская область, д. 38/14', formName: 'Ваше имя', formCompany: 'Компания', formMessage: 'Опишите задачу',