From: Eugen Rochko Date: Wed, 1 Jun 2022 03:03:12 +0000 (+0200) Subject: [Glitch] Change label of publish button to be "Publish" again X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f8bc587f0ee85e22c279876834b4d53d0dee9299;p=mastodon.git [Glitch] Change label of publish button to be "Publish" again Port 628c177ebe50defab67f2e210cfd28719cf54c82 to glitch-soc Signed-off-by: Claire --- diff --git a/app/javascript/flavours/glitch/features/compose/components/publisher.js b/app/javascript/flavours/glitch/features/compose/components/publisher.js index 9a8c0f510..e2498bcad 100644 --- a/app/javascript/flavours/glitch/features/compose/components/publisher.js +++ b/app/javascript/flavours/glitch/features/compose/components/publisher.js @@ -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: {