Make the button that expands the publish form differentiable from the button that publishes a post (#20864)

lolsob-rspec
Levi Bard 2022-11-17 10:53:38 +01:00 committed by GitHub
parent 7619476cf1
commit 8f32b59570
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,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 />
</>
);

View File

@ -3989,7 +3989,7 @@
"descriptors": [
{
"defaultMessage": "Publish",
"id": "compose_form.publish"
"id": "compose_form.publish_form"
},
{
"defaultMessage": "Sign in",