diff --git a/searching-front/app/core/components/Footer/Footer.tsx b/searching-front/app/core/components/Footer/Footer.tsx index 7545412..555320c 100644 --- a/searching-front/app/core/components/Footer/Footer.tsx +++ b/searching-front/app/core/components/Footer/Footer.tsx @@ -35,6 +35,7 @@ const Footer = () => {
+
diff --git a/searching-front/app/i18n/en.ts b/searching-front/app/i18n/en.ts index 2c2d2fc..15d3d5a 100644 --- a/searching-front/app/i18n/en.ts +++ b/searching-front/app/i18n/en.ts @@ -6,6 +6,7 @@ const en = { "footer.contacts-description": "Feedback, suggestions, bug reports", "footer.linkContacts": "Contact Us", "footer.linkAnnouncments": "Announcments", + "footer.linkExtensions": "Browser Extensions", "footer.linkAbout": "About", "state.title": "State Of Ton Sites", diff --git a/searching-front/app/i18n/ru.ts b/searching-front/app/i18n/ru.ts index 50ba3c4..f1fe0b5 100644 --- a/searching-front/app/i18n/ru.ts +++ b/searching-front/app/i18n/ru.ts @@ -6,6 +6,7 @@ const ru = { "footer.contacts-description": "Отзывы, предложения, багрепорты", "footer.linkContacts": "Связаться с нами", "footer.linkAnnouncments": "Новости", + "footer.linkExtensions": "Расширения для браузера", "footer.linkAbout": "О нас", "state.siteOutOf": " сайтов из ",