From 2931cdd55031ca1ea88e3a2ef1a8825fd9d4ab62 Mon Sep 17 00:00:00 2001 From: piercingl1ght Date: Fri, 10 Nov 2023 11:44:10 +0300 Subject: [PATCH] added browser extensions title --- searching-front/app/core/components/Footer/Footer.tsx | 1 + searching-front/app/i18n/en.ts | 1 + searching-front/app/i18n/ru.ts | 1 + 3 files changed, 3 insertions(+) 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": " сайтов из ",