]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Change label of publish button to be "Publish" again
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 1 Jun 2022 03:03:12 +0000 (05:03 +0200)
committeraescling <aescling+gitlab@cat.family>
Mon, 5 Sep 2022 04:27:49 +0000 (00:27 -0400)
Port 628c177ebe50defab67f2e210cfd28719cf54c82 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/flavours/glitch/features/compose/components/publisher.js

index 9a8c0f5102e1c6458f3ccf7ed1d309d5a50a0edf..e2498bcad55fce426c201a875a6a5787e1ec2c80 100644 (file)
@@ -16,7 +16,7 @@ import { maxChars } from 'flavours/glitch/util/initial_state';
 //  Messages.
 const messages = defineMessages({
   publish: {
-    defaultMessage: 'Toot',
+    defaultMessage: 'Publish',
     id: 'compose_form.publish',
   },
   publishLoud: {