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": "Добавить",