From 7b5324a7281aca7deb9349749784ec014784a61d Mon Sep 17 00:00:00 2001
From: Ilya Y <75578537+ilya-bkv@users.noreply.github.com>
Date: Tue, 24 Oct 2023 13:43:52 +0300
Subject: [PATCH] fix typo errors (#279)
---
public/locales/en/translation.json | 3 ++-
public/locales/ru/translation.json | 1 +
src/components/Nav/HeaderAuth.tsx | 4 ++--
src/components/_shared/Subscribe/Subscribe.tsx | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json
index d5c49e3c..e0305bd7 100644
--- a/public/locales/en/translation.json
+++ b/public/locales/en/translation.json
@@ -183,8 +183,8 @@
"Join the global community of authors!": "Join the global community of authors from all over the world!",
"Just start typing...": "Just start typing...",
"Knowledge base": "Knowledge base",
- "Last rev.": "Посл. изм.",
"Language": "Language",
+ "Last rev.": "Посл. изм.",
"Let's log in": "Let's log in",
"Link copied": "Link copied",
"Link sent, check your email": "Link sent, check your email",
@@ -299,6 +299,7 @@
"Start conversation": "Start a conversation",
"Subsccriptions": "Subscriptions",
"Subscribe": "Subscribe",
+ "Subscribe to the best publications newsletter": "Subscribe to the best publications newsletter",
"Subscribe us": "Subscribe us",
"Subscribe what you like to tune your personal feed": "Subscribe to topics that interest you to customize your personal feed and get instant updates on new posts and discussions",
"Subscribe who you like to tune your personal feed": "Subscribe to authors you're interested in to customize your personal feed and get instant updates on new posts and discussions",
diff --git a/public/locales/ru/translation.json b/public/locales/ru/translation.json
index fc2f9075..b7b19cfb 100644
--- a/public/locales/ru/translation.json
+++ b/public/locales/ru/translation.json
@@ -318,6 +318,7 @@
"Subheader": "Подзаголовок",
"Subscribe": "Подписаться",
"Subscribe to comments": "Подписаться на комментарии",
+ "Subscribe to the best publications newsletter": "Подпишитесь на рассылку лучших публикаций",
"Subscribe us": "Подпишитесь на нас",
"Subscribe what you like to tune your personal feed": "Подпишитесь на интересующие вас темы, чтобы настроить вашу персональную ленту и моментально узнавать о новых публикациях и обсуждениях",
"Subscribe who you like to tune your personal feed": "Подпишитесь на интересующих вас авторов, чтобы настроить вашу персональную ленту и моментально узнавать о новых публикациях и обсуждениях",
diff --git a/src/components/Nav/HeaderAuth.tsx b/src/components/Nav/HeaderAuth.tsx
index 431bb9d7..fe7eb0a6 100644
--- a/src/components/Nav/HeaderAuth.tsx
+++ b/src/components/Nav/HeaderAuth.tsx
@@ -143,8 +143,8 @@ export const HeaderAuth = (props: Props) => {