about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-16 19:45:02 +0200
committerThibaut Girka <thib@sitedethib.com>2018-05-16 19:45:30 +0200
commit784712791da8c7d21afa62a3bf6a8fdac8c27a80 (patch)
tree94ed8284445d2736ae89a11e72b7a27a7be3be8b /app/javascript/flavours/glitch/features
parent97c69de4162bf9dd5670c68ed03a6bb998e7c53d (diff)
[Glitch] Reword the direct message warning
Port 53c2164e9c8e2538de386a526a97db187ecae470 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/features')
-rw-r--r--app/javascript/flavours/glitch/features/composer/direct_warning/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/composer/direct_warning/index.js b/app/javascript/flavours/glitch/features/composer/direct_warning/index.js
index 947096aed..804c6538b 100644
--- a/app/javascript/flavours/glitch/features/composer/direct_warning/index.js
+++ b/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',
   },
 });