about-title-fix
This commit is contained in:
parent
0698900f8d
commit
cd436dd34d
|
@ -124,7 +124,7 @@ export const AuthorView = (props: AuthorViewProps) => {
|
|||
</li>
|
||||
<li classList={{ 'view-switcher__item--selected': currentTab() === 'about' }}>
|
||||
<A onClick={() => checkBioHeight()} href={`/@${props.authorSlug}/about`}>
|
||||
{t('About the author')}
|
||||
{t('About')}
|
||||
</A>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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": "Добавить",
|
||||
|
|
Loading…
Reference in New Issue
Block a user