From b9c901007b9a5772d2553a5770fa479954eec58f Mon Sep 17 00:00:00 2001 From: Starfall Date: Tue, 7 Jun 2022 16:32:57 -0500 Subject: en-cafe: Change 'publish' back to 'toot' --- app/javascript/mastodon/locales/en-cafe.json | 1 + 1 file changed, 1 insertion(+) (limited to 'app/javascript') diff --git a/app/javascript/mastodon/locales/en-cafe.json b/app/javascript/mastodon/locales/en-cafe.json index fff7e8cd0..95ea9c8cb 100755 --- a/app/javascript/mastodon/locales/en-cafe.json +++ b/app/javascript/mastodon/locales/en-cafe.json @@ -5,6 +5,7 @@ "column.pins": "Pinned toots", "compose_form.direct_message_warning": "This toot will only be sent to the mentioned users.", "compose_form.hashtag_warning": "This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag.", + "compose_form.publish": "Toot", "confirmations.delete.message": "Are you sure you want to delete this toot?", "confirmations.redraft.message": "Are you sure you want to delete this toot and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.", "embed.instructions": "Embed this toot on your website by copying the code below.", -- cgit