1
0
Fork 1
forked from fedi/mastodon

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

This commit is contained in:
Levi Bard 2022-11-17 10:53:38 +01:00 committed by talon
parent 8a2c0a2a95
commit afe5ee808b
2 changed files with 3 additions and 3 deletions

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='Toot' /></Link>}
{location.pathname !== '/publish' && <Link to='/publish' className='button'><FormattedMessage id='compose_form.publish_form' defaultMessage='Publish' /></Link>}
<Account />
</>
);

View file

@ -3988,8 +3988,8 @@
{
"descriptors": [
{
"defaultMessage": "Toot",
"id": "compose_form.publish"
"defaultMessage": "Publish",
"id": "compose_form.publish_form"
},
{
"defaultMessage": "Sign in",