Change label of publish button to be "Publish" again (#18583)

This commit is contained in:
Eugen Rochko
2022-06-01 05:03:12 +02:00
committed by GitHub
parent 28212bd2be
commit 628c177ebe
3 changed files with 4 additions and 4 deletions

View File

@ -1182,7 +1182,7 @@
"id": "compose_form.spoiler_placeholder"
},
{
"defaultMessage": "Toot",
"defaultMessage": "Publish",
"id": "compose_form.publish"
},
{
@ -3711,4 +3711,4 @@
],
"path": "app/javascript/mastodon/features/video/index.json"
}
]
]

View File

@ -106,7 +106,7 @@
"compose_form.poll.remove_option": "Remove this choice",
"compose_form.poll.switch_to_multiple": "Change poll to allow multiple choices",
"compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
"compose_form.publish": "Toot",
"compose_form.publish": "Publish",
"compose_form.publish_loud": "{publish}!",
"compose_form.save_changes": "Save changes",
"compose_form.sensitive.hide": "{count, plural, one {Mark media as sensitive} other {Mark media as sensitive}}",