about-title-fix
This commit is contained in:
parent
0698900f8d
commit
cd436dd34d
|
@ -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>
|
||||||
|
|
|
@ -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": "Добавить",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user