Skip to content

Commit bd2809a

Browse files
Zarthusmaxteufel
authored andcommitted
email templates: Fix leading whitespace
The leading whitespace is barely visible in many email clients and was often cause for sending the message directly to the channel for clients that do not interpret " /command" as a command. This was most notable for qwebirc. (cherry picked from commit 72821fa6eea3e7a20c0e3286f709fe6cc0e214f5)
1 parent ddc1fd7 commit bd2809a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

email/default/register

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Date: &date&
99
In order to complete your account registration, you must type the following
1010
command on IRC:
1111

12-
/msg &nicksvs& VERIFY REGISTER &accountname& &param&
12+
/msg &nicksvs& VERIFY REGISTER &accountname& &param&
1313

1414
Thank you for registering your account on the &netname& IRC network!
1515

email/default/setemail

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Date: &date&
99
In order to complete the e-mail address change, you must verify your new
1010
e-mail address by issuing the following command on IRC:
1111

12-
/msg &nicksvs& VERIFY EMAILCHG &accountname& &param&
12+
/msg &nicksvs& VERIFY EMAILCHG &accountname& &param&
1313

1414
Thank you for updating your e-mail address on file with the &netname&
1515
IRC network!

email/default/setpass

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ compromise your account.
1414
In order to set a new password, you must send the following command
1515
on IRC, where <password> is the new password you wish to set.
1616

17-
/msg &nicksvs& SETPASS &accountname& &param& <password>
17+
/msg &nicksvs& SETPASS &accountname& &param& <password>
1818

1919
--
2020
If this message is unsolicited, please contact &replyto&

0 commit comments

Comments
 (0)