diff --git a/src/blocks/Page/Page.jsx b/src/blocks/Page/Page.jsx index e997738..0ee93dc 100644 --- a/src/blocks/Page/Page.jsx +++ b/src/blocks/Page/Page.jsx @@ -62,6 +62,7 @@ export const Page = ({ { name: t("page_6"), url: "/reports" }, { name: t("page_7"), url: "/campaigns" }, { name: t("page_8"), url: "/my-qa" }, + { name: t("page_9"), url: "/organizations" }, ]; const localStorageCountry = localStorage.getItem("country"); diff --git a/src/blocks/Page/locales/en.json b/src/blocks/Page/locales/en.json index 174a203..e79f634 100644 --- a/src/blocks/Page/locales/en.json +++ b/src/blocks/Page/locales/en.json @@ -7,6 +7,7 @@ "page_6": "Reports", "page_7": "Coupons", "page_8": "My Q&A", + "page_9": "Organizations", "country_1": "", "country_2": "", @@ -23,7 +24,7 @@ "contact_us": "Contact us", "your_profile_text": "Your profile", - "password_placeholder": "Password", + "password_placeholder": "Password", "password": "Please enter your password to access the site", "wrong_password": "Wrong password", "submit": "Submit" diff --git a/src/blocks/Page/locales/kk.json b/src/blocks/Page/locales/kk.json index a57e299..ca4dedd 100644 --- a/src/blocks/Page/locales/kk.json +++ b/src/blocks/Page/locales/kk.json @@ -7,6 +7,7 @@ "page_6": "Есеп", "page_7": "Купондар", "page_8": "Менің Q&A", + "page_9": "Ұйымдар", "country_1": "", "country_2": "", diff --git a/src/blocks/Page/locales/pl.json b/src/blocks/Page/locales/pl.json index fe87bfc..8c27a3d 100644 --- a/src/blocks/Page/locales/pl.json +++ b/src/blocks/Page/locales/pl.json @@ -7,6 +7,7 @@ "page_6": "Raporty", "page_7": "Kupony", "page_8": "Moje Q&A", + "page_9": "Organizacje", "country_1": "", "country_2": "", diff --git a/src/blocks/Page/locales/ru.json b/src/blocks/Page/locales/ru.json index 464ec6a..1dd7cf5 100644 --- a/src/blocks/Page/locales/ru.json +++ b/src/blocks/Page/locales/ru.json @@ -7,6 +7,7 @@ "page_6": "Отчеты", "page_7": "Купоны", "page_8": "Мой Q&A", + "page_9": "Организации", "country_1": "", "country_2": "", diff --git a/src/blocks/Page/locales/uk.json b/src/blocks/Page/locales/uk.json index 8eff0c2..2c55e5a 100644 --- a/src/blocks/Page/locales/uk.json +++ b/src/blocks/Page/locales/uk.json @@ -7,6 +7,7 @@ "page_6": "Звіти", "page_7": "Купони", "page_8": "Q&A", + "page_9": "Організації", "country_1": "", "country_2": "",