From cd436dd34df33a41b239c0ca7c85389cd182c763 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 29 Aug 2024 18:34:13 +0300 Subject: [PATCH] about-title-fix --- src/components/Views/Author/Author.tsx | 2 +- src/intl/locales/ru/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Views/Author/Author.tsx b/src/components/Views/Author/Author.tsx index 58a6978b..5be0e61e 100644 --- a/src/components/Views/Author/Author.tsx +++ b/src/components/Views/Author/Author.tsx @@ -124,7 +124,7 @@ export const AuthorView = (props: AuthorViewProps) => {
  • checkBioHeight()} href={`/@${props.authorSlug}/about`}> - {t('About the author')} + {t('About')}
  • diff --git a/src/intl/locales/ru/translation.json b/src/intl/locales/ru/translation.json index f1bf6452..4e0119a1 100644 --- a/src/intl/locales/ru/translation.json +++ b/src/intl/locales/ru/translation.json @@ -1,7 +1,7 @@ { "A guide to horizontal editorial: how an open journal works": "Гид по горизонтальной редакции: как работает открытый журнал", "A short introduction to keep the reader interested": "Добавьте вступление, чтобы заинтересовать читателя", - "About the author": "Об авторе", + "About": "О себе", "About the project": "О проекте", "actions": "действия", "Add": "Добавить",