From a8116c29e02506bb7f889f7f8049d751bec35e35 Mon Sep 17 00:00:00 2001 From: piercingl1ght Date: Wed, 8 Nov 2023 20:16:12 +0300 Subject: [PATCH] changing feedback button to about --- searching-front/app/core/components/Footer/Footer.tsx | 2 +- searching-front/app/i18n/en.ts | 2 +- searching-front/app/i18n/ru.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/searching-front/app/core/components/Footer/Footer.tsx b/searching-front/app/core/components/Footer/Footer.tsx index cfd690c..7545412 100644 --- a/searching-front/app/core/components/Footer/Footer.tsx +++ b/searching-front/app/core/components/Footer/Footer.tsx @@ -35,7 +35,7 @@ const Footer = () => {
- +
) diff --git a/searching-front/app/i18n/en.ts b/searching-front/app/i18n/en.ts index b6398aa..2c2d2fc 100644 --- a/searching-front/app/i18n/en.ts +++ b/searching-front/app/i18n/en.ts @@ -6,7 +6,7 @@ const en = { "footer.contacts-description": "Feedback, suggestions, bug reports", "footer.linkContacts": "Contact Us", "footer.linkAnnouncments": "Announcments", - "footer.linkFeedback": "Feedback", + "footer.linkAbout": "About", "state.title": "State Of Ton Sites", "state.siteOutOf": " sites out of ", diff --git a/searching-front/app/i18n/ru.ts b/searching-front/app/i18n/ru.ts index 88a6b55..50ba3c4 100644 --- a/searching-front/app/i18n/ru.ts +++ b/searching-front/app/i18n/ru.ts @@ -6,7 +6,7 @@ const ru = { "footer.contacts-description": "Отзывы, предложения, багрепорты", "footer.linkContacts": "Связаться с нами", "footer.linkAnnouncments": "Новости", - "footer.linkFeedback": "Оставить обратную связь", + "footer.linkAbout": "О нас", "state.siteOutOf": " сайтов из ", "state.areNowAvailable": " сейчас доступны!",