Add missing wording to mastodon and telegram invites
authorMagnus Hagander <magnus@hagander.net>
Fri, 20 Dec 2024 18:13:53 +0000 (19:13 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 20 Dec 2024 18:13:53 +0000 (19:13 +0100)
Spotted by Tomas Vondra

template.jinja/confreg/messaging/mastodon_invite.html
template.jinja/confreg/messaging/twitter_invite.html

index c2e1e2e419a5b658b06807e8f845e43d9e567bde..8f4f9b4edf4b19727d712314c6fbaf02d72c316f 100644 (file)
@@ -1,7 +1,7 @@
 <p>
   In order to let us DM you, you must either have your DMs
   open to the public, or follow <i>@{{mastodonname}}</i>.
-  In order to let our systems
+  In order to let our systems connect with you
   please send a DM with the token <i>{{token}}</i> to the
   account <i>@{{mastodonname}}</i> (unfortunately, Mastodon
   does not allow us a way to automate this step, so please
index 450b3a06373459078dce3ddfc27a90c2d1890f4a..dd03c45e2672b70271b8d6bedb02fa4265060ffa 100644 (file)
@@ -1,7 +1,7 @@
 <p>
   In order to let us DM you, you must either have your DMs
   open to the public, or follow <i>@{{twittername}}</i>.
-  In order to let our systems
+  In order to let our systems connect with you
   please send a DM with the token <i>{{token}}</i>.
 </p>
 <form method="get" target="_blank" rel="noopener" action="https://twitter.com/messages/compose"><input type="hidden" name="recipient_id" value="{{twitterid}}"><input type="hidden" name="text" value="{{token}}"><input type="submit" value="Send token in DM"></form>