about-title-fix

This commit is contained in:
Untone 2024-08-29 18:34:13 +03:00
parent 0698900f8d
commit cd436dd34d
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ export const AuthorView = (props: AuthorViewProps) => {
</li> </li>
<li classList={{ 'view-switcher__item--selected': currentTab() === 'about' }}> <li classList={{ 'view-switcher__item--selected': currentTab() === 'about' }}>
<A onClick={() => checkBioHeight()} href={`/@${props.authorSlug}/about`}> <A onClick={() => checkBioHeight()} href={`/@${props.authorSlug}/about`}>
{t('About the author')} {t('About')}
</A> </A>
</li> </li>
</ul> </ul>

View File

@ -1,7 +1,7 @@
{ {
"A guide to horizontal editorial: how an open journal works": "Гид по горизонтальной редакции: как работает открытый журнал", "A guide to horizontal editorial: how an open journal works": "Гид по горизонтальной редакции: как работает открытый журнал",
"A short introduction to keep the reader interested": "Добавьте вступление, чтобы заинтересовать читателя", "A short introduction to keep the reader interested": "Добавьте вступление, чтобы заинтересовать читателя",
"About the author": "Об авторе", "About": "О себе",
"About the project": "О проекте", "About the project": "О проекте",
"actions": "действия", "actions": "действия",
"Add": "Добавить", "Add": "Добавить",