Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit d9df3c5

Browse files
author
Ursula Clarke Everett
committed
Merge pull request #165 from kennanseno/update-email-templates
Update email templates
2 parents 3353f29 + 7018ffd commit d9df3c5

File tree

8 files changed

+56
-23
lines changed

8 files changed

+56
-23
lines changed
Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<% include ../common-en_US/header.ejs %>
22

3-
<h1>Hello <%=name%>!</h1>
4-
<p>To reset your password, please visit <a href="<%=resetlink%>"><%=resetlink%></a></p>
3+
<h1>Hi <%=name%>,</h1>
4+
5+
<p>We have received a request to reset your password.</p>
6+
7+
<p>Please follow the link below to reset your password.</br>
8+
<a href="<%=resetlink%>"><%=resetlink%></a></p>
9+
10+
<p>If you didn’t make this request, please disregard this email.</p>
11+
12+
13+
<p>Best wishes,</br>
14+
The CoderDojo Foundation Team</p>
515

616
<% include ../common-en_US/footer.ejs %>
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
Hello <%=name%>!
1+
Hi <%=name%>;
22

3-
To reset your password, please visit <%=resetlink%>
3+
We have received a request to reset your password.
4+
5+
Please follow the link below to reset your password.
6+
<%=resetlink%>
7+
8+
If you didn’t make this request, please disregard this email.
9+
10+
Best wishes,
11+
The CoderDojo Foundation Team
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<% include ../common-en_US/header.ejs %>
22

3-
<h1>Hi <%=name%></h1>
3+
<h1>Hi <%=name%>,</h1>
44

55
<p>Thanks for joining Zen, the CoderDojo community platform!</p>
66

77
<p>
8-
Please see <a href="http://kata.coderdojo.com/wiki/Zen">this page</a> on Kata for tutorials on how to register and use the CoderDojo Platform.
8+
Please see <a href="http://kata.coderdojo.com/wiki/Zen">this page</a> on Kata for tutorials on how to register and use Zen.
99
</p>
1010

1111
<p>Here are some cool things you could check out:
@@ -16,10 +16,10 @@
1616
</ul>
1717
</p>
1818

19-
<p>If you are having any issues with Zen or would like to give feedback please feel free to contact [email protected] for support at any time.</p>
19+
<p>If you are having any issues with Zen or would like to give feedback please feel free to contact <b>[email protected]</b> for support at any time.</p>
2020

21-
<p>Best wishes,</p>
22-
<p>The CoderDojo Foundation Team</p>
21+
<p>Best wishes,</br>
22+
The CoderDojo Foundation Team</p>
2323

2424

2525
<% include ../common-en_US/footer.ejs %>

email-templates/auth-register-en_US/users-auth-register.text.ejs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
21
Hi <%=name%>,
32

43
Thanks for joining Zen, the CoderDojo community platform!
54

6-
Please see http://kata.coderdojo.com/wiki/Zen on Kata for tutorials on how to register and use the CoderDojo Platform.
5+
Please see http://kata.coderdojo.com/wiki/Zen on Kata for tutorials on how to register and use Zen.
76

87
Here are some cool things you could check out:
98

email-templates/invite-ninja-over-13-en_US/users-invite-ninja-over-13.html.ejs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<% include ../common-en_US/header.ejs %>
22

3-
<h2>Hi <%=ninjaName%></h2>
3+
<h1>Hi <%=ninjaName%>,</h1>
44

5-
<p><%=parentName%> (<%=parentEmail%>) has requested to add you as a Ninja to their account.</p>
6-
<p>To approve this request, please click the following link: <a href="<%=link%>"><%=link%></a></p>
5+
<p>You have been invited to become a Ninja of <b><%=parentName%></b> (<%=parentEmail%>), please visit the link below to accept:</p>
6+
7+
<p><a href="<%=link%>"><%=link%></a></p>
8+
9+
<p>Best wishes,</br>
10+
The CoderDojo Foundation Team</p>
11+
12+
<% include ../common-en_US/footer.ejs %>
713

8-
<% include ../common-en_US/footer.ejs %>
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Hi <%=ninjaName%>
22

3-
<%=parentName%> (<%=parentEmail%>) has requested to add you as a Ninja to their account.
4-
To approve this request, please click the following link: <%=link%>
3+
You have been invited to become a Ninja of <%=parentName%> (<%=parentEmail%>), please visit the link below to accept:
4+
5+
<%=link%>
6+
7+
Best wishes,
8+
The CoderDojo Foundation Team
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
<% include ../common-en_US/header.ejs %>
22

3-
<h1>Hi <%=parentName%></h1>
3+
<h1>Hi <%=parentName%>,</h1>
44

5-
<p>You have been invited to become a parent/guardian of <b><%=childName%></b>.</p>
6-
<p>To approve this request, please click the following link <a href="<%=link%>"><%=link%></a></p>
5+
<p>You have been invited to become a parent/guardian of <b><%=childName%></b>. please visit the link below to accept:</p>
6+
7+
<p><a href="<%=link%>"><%=link%></a></p>
8+
9+
<p>Best wishes,</br>
10+
The CoderDojo Foundation Team</p>
711

812
<% include ../common-en_US/footer.ejs %>
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
Hi <%=parentName%>
1+
Hi <%=parentName%>,
22

3-
You have been invited to become a parent/guardian of <%=childName%>.
3+
You have been invited to become a parent/guardian of <%=childName%>. please visit the link below to accept:
44

5-
To approve this request, please proceed to the following link <%=link%>
5+
<%=link%>
6+
7+
Best wishes,
8+
The CoderDojo Foundation Team

0 commit comments

Comments
 (0)