Browse Source

More non-database text editing

pjc 5 years ago
parent
commit
0bf85ec17f
1 changed files with 13 additions and 7 deletions
  1. 13
    7
      sections/user/invite.php

+ 13
- 7
sections/user/invite.php View File

@@ -139,13 +139,19 @@ if (!$Sneaky
139 139
   && ($UserCount <= USER_LIMIT || USER_LIMIT === 0 || check_perms('site_can_invite_always'))
140 140
   ) { ?>
141 141
   <div class="box pad">
142
-    <p>Do not trade or sell invites under any circumstances.</p>
143
-    <p>You may invite anyone so long as you and they both lack malicious intent, but keep in mind that you are
144
-      responsible for anyone you invite. If you invite someone you don't know well and they surprise you by breaking the
145
-      rules or being a generally poor user, you will likely end up punished for it. For that reason, we stongly
146
-      recommend you only invite people you personally know and trust.
147
-      <p>Do not send an invite to anyone who has previously had a <?=SITE_NAME?> account. Please direct them to <?=BOT_DISABLED_CHAN?> on <?=BOT_SERVER?> if they wish to reactivate their account.</p>
148
-      <p><em>Do not send an invite if you have not read or do not understand the information above.</em></p>
142
+    <p>
143
+    Do not trade or sell invites under any circumstances.
144
+    Do not send an invite to anyone who has previously had a <?=SITE_NAME?> account.
145
+    Please direct them to <code>#disabled</code> on Slack if they wish to reactivate their account.
146
+    </p>
147
+
148
+    <p>
149
+    You may invite anyone so long as you and they both lack malicious intent, but keep in mind that you are responsible for anyone you invite.
150
+    If you invite someone you don't know well and they surprise you by breaking the rules or being a generally poor user, you will likely end up punished for it.
151
+    For that reason, we stongly recommend you only invite people you personally know and trust.
152
+</p>
153
+
154
+      <p><strong>Do not send an invite if you have not read or do not understand the information above.</strong></p>
149 155
   </div>
150 156
   <div class="box box2">
151 157
     <form class="send_form pad" name="invite" action="user.php" method="post">

Loading…
Cancel
Save