[Glitch] Reword the direct message warning

Port 53c2164e9c to glitch-soc
master
Thibaut Girka 6 years ago
parent 97c69de416
commit 784712791d
  1. 2
      app/javascript/flavours/glitch/features/composer/direct_warning/index.js

@ -9,7 +9,7 @@ const motionSpring = spring(1, { damping: 35, stiffness: 400 });
// Messages.
const messages = defineMessages({
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',
},
});

Loading…
Cancel
Save