merge upstream #3

Merged
oat merged 36 commits from :main into main 2022-11-21 04:13:52 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4b449fff23 - Show all commits

View File

@ -36,7 +36,7 @@ class Header extends React.PureComponent {
if (signedIn) {
content = (
<>
{location.pathname !== '/publish' && <Link to='/publish' className='button'><FormattedMessage id='compose_form.publish' defaultMessage='Publish' /></Link>}
{location.pathname !== '/publish' && <Link to='/publish' className='button'><FormattedMessage id='compose_form.publish_form' defaultMessage='Publish' /></Link>}
<Account />
</>
);