]> cat aescling's git repositories - mastodon.git/commitdiff
Change label of publish button to be "Publish" again (#18583)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 1 Jun 2022 03:03:12 +0000 (05:03 +0200)
committeraescling <aescling+gitlab@cat.family>
Sun, 28 Aug 2022 21:14:10 +0000 (17:14 -0400)
app/javascript/mastodon/features/compose/components/compose_form.js
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/en.json

index a6fea42b73102c302034c797f7de3cfe5e72094f..42b5aca299aa08576566013b92cf345e7ec2d8e2 100644 (file)
@@ -28,7 +28,7 @@ const allowedAroundShortCode = '><\u0085\u0020\u00a0\u1680\u2000\u2001\u2002\u20
 const messages = defineMessages({
   placeholder: { id: 'compose_form.placeholder', defaultMessage: 'What is on your mind?' },
   spoiler_placeholder: { id: 'compose_form.spoiler_placeholder', defaultMessage: 'Write your warning here' },
-  publish: { id: 'compose_form.publish', defaultMessage: 'Toot' },
+  publish: { id: 'compose_form.publish', defaultMessage: 'Publish' },
   publishLoud: { id: 'compose_form.publish_loud', defaultMessage: '{publish}!' },
   saveChanges: { id: 'compose_form.save_changes', defaultMessage: 'Save changes' },
 });
index ffaf0560579be1140ea283cc562b3979c08c9e51..b266e2f7b7d3121620745ad28f9765bcee9f6637 100644 (file)
         "id": "compose_form.spoiler_placeholder"
       },
       {
-        "defaultMessage": "Toot",
+        "defaultMessage": "Publish",
         "id": "compose_form.publish"
       },
       {
     ],
     "path": "app/javascript/mastodon/features/video/index.json"
   }
-]
\ No newline at end of file
+]
index 6a361a265c4d71bb27290e110ba3fd763f6667ad..12ff27452a850290755e48a6f956f4e5607697af 100644 (file)
   "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}}",