mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-07 09:48:20 +01:00
[Glitch] Reword the direct message warning
Port 53c2164e9c8e2538de386a526a97db187ecae470 to glitch-soc
This commit is contained in:
parent
97c69de416
commit
784712791d
@ -9,7 +9,7 @@ const motionSpring = spring(1, { damping: 35, stiffness: 400 });
|
|||||||
// Messages.
|
// Messages.
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
disclaimer: {
|
disclaimer: {
|
||||||
defaultMessage: 'This toot will only be visible to all the mentioned users.',
|
defaultMessage: 'This toot will only be sent to all the mentioned users. However, the operators of your instance and any receiving instances may see this message.',
|
||||||
id: 'compose_form.direct_message_warning',
|
id: 'compose_form.direct_message_warning',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user