Browse Source

Fix Gazelle templates

biotorrents 4 years ago
parent
commit
894c3f4357

+ 4
- 2
templates/enable_request_accepted.tpl View File

@@ -1,6 +1,8 @@
1
-Your request to re-enable your account has been accepted. Please use the following link to activate your account. This link is valid for 48 hours, and can be clicked only once.
1
+Your request to re-enable your account was accepted.
2
+Please use the link below to activate your account.
3
+This link is valid for 48 hours and can be clicked only once.
2 4
 
3
-https://{{SITE_URL}}/enable.php?token={{TOKEN}}
5
+https://{{SITE_DOMAIN}}/enable.php?token={{TOKEN}}
4 6
 
5 7
 Thank you,
6 8
 {{SITE_NAME}} Staff

+ 2
- 2
templates/enable_request_denied.tpl View File

@@ -1,7 +1,7 @@
1
-Your request to re-enable your account was not accepted, for one or more of the following reasons:
1
+Your request to re-enable your account was denied for one or more of the reasons below:
2 2
 
3 3
 * We may require more information to verify your account ownership.
4
-* The e-mail address you provided does not match our records.
4
+* The email address you provided doesn't match our records.
5 5
 * Your account may not qualify for automatic re-enabling due to rule violations.
6 6
 
7 7
 Thank you,

+ 12
- 7
templates/invite.tpl View File

@@ -1,14 +1,19 @@
1
-The user {{InviterName}} has invited you to join {{SITE_NAME}}, and has specified this address ({{Email}}) as your email address. If you do not know this person, please ignore this email, and do not reply.
1
+{{InviterName}} invited you to join {{SITE_NAME}}, and has specified this address ({{Email}}) as your email address.
2
+If you don't know this person, please ignore this email and don't reply.
2 3
 
3
-Please note that selling invites, trading invites, and giving invites away publicly (e.g. on a forum) is strictly forbidden. If you have received your invite as a result of any of these things, do not bother signing up - you will be banned and lose your chances of ever signing up legitimately.
4
+Please note that selling invites, trading invites, and giving invites away publicly is strictly forbidden.
5
+If you received your invite as a result of any of these things, don't bother signing up.
6
+You'll be banned and lose your chances of ever signing up legitimately.
4 7
 
5
-If you had previously had an account at {{SITE_NAME}}, do not use this invite. Instead, please join {{DISABLED_CHAN}} on {{IRC_SERVER}} and ask for your account to be reactivated.
8
+If you had previously had an account at {{SITE_NAME}}, don't use this invite.
9
+Instead, please join {{DISABLED_CHAN}} on {{IRC_SERVER}} and ask for your account to be reactivated.
10
+To confirm your invite, click on the link below:
6 11
 
7
-To confirm your invite, click on the following link:
12
+https://{{SITE_DOMAIN}}/register.php?invite={{InviteKey}}
8 13
 
9
-https://{{SITE_URL}}/register.php?invite={{InviteKey}}
10
-
11
-After you register, you will be able to use your account. Please take note that if you do not use this invite in the next 3 days, it will expire. We urge you to read the RULES and the wiki immediately after you join.
14
+After you register, you'll be able to use your account.
15
+Please take note that if you don't use this invite in the next 3 days, it will expire.
16
+We urge you to read the rules and the wiki immediately after you join.
12 17
 
13 18
 Thank you,
14 19
 {{SITE_NAME}} Staff

+ 3
- 4
templates/new_registration.tpl View File

@@ -1,8 +1,7 @@
1
-This email is to confirm the account you just created at {{SITE_NAME}}
1
+This email is to confirm the account you just created at {{SITE_NAME}}.
2
+You have 24 hours to click the link below and finish the registration process for the account {{Username}}.
2 3
 
3
-You have 24 hours to click the link below and finish the registration process for the account created with the username: {{Username}}
4
-
5
-https://{{SITE_URL}}/register.php?confirm={{TorrentKey}}
4
+https://{{SITE_DOMAIN}}/register.php?confirm={{TorrentKey}}
6 5
 
7 6
 Thank you,
8 7
 {{SITE_NAME}} Staff

+ 5
- 6
templates/password_reset.tpl View File

@@ -1,11 +1,10 @@
1
-A password reset process has been started for the username: {{Username}}
1
+A passphrase reset process has been started for the username: {{Username}}.
2
+To finish this process please click the link below (you have 1 hour).
2 3
 
3
-To finish this process please click the link below (you have 1 hour)
4
+https://{{SITE_DOMAIN}}/login.php?act=recover&key={{ResetKey}}
4 5
 
5
-https://{{SITE_URL}}/login.php?act=recover&key={{ResetKey}}
6
-
7
-If you did not initiate this password reset then please disregard this email.
8
-The user who requested the password reset had the IP address {{IP}}.
6
+If you didn't initiate this passphrase reset, please disregard this email.
7
+The user who requested the passphrase reset had the IP address {{IP}}.
9 8
 
10 9
 Thank you,
11 10
 {{SITE_NAME}} Staff

+ 0
- 16
templates/referral.tpl View File

@@ -1,16 +0,0 @@
1
-Hello
2
-
3
-You have been invited to join {{SITE_NAME}} and have specified this address ({{Email}}) as your email address.
4
-
5
-Please note that selling invites, trading invites, and giving invites away publicly (e.g. on a forum) is strictly forbidden.
6
-
7
-If you had previously had an account at {{SITE_NAME}}, do not use this invite. Instead, please join {{DISABLED_CHAN}} on {{IRC_SERVER}} and ask for your account to be reactivated.
8
-
9
-To confirm your invite, click on the following link:
10
-
11
-https://{{SITE_URL}}/register.php?invite={{InviteKey}}
12
-
13
-After you register, you will be able to use your account. Please take note that if you do not use this invite in the next 3 days, it will expire. We urge you to read the RULES and the wiki immediately after you join.
14
-
15
-Thank you,
16
-{{SITE_NAME}} Staff

Loading…
Cancel
Save