Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #63 from ScarabMonkey/patch-1
Browse files Browse the repository at this point in the history
Minor typo in the user approved e-mail
  • Loading branch information
Chris Dickenson committed Sep 25, 2014
2 parents aeae81d + 491a3a1 commit cba135d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions language/EN/emails/html/user_approved.inc.php
@@ -1,6 +1,6 @@
<table border="0" width="100%">
<tr>
<td colspan="2" height="35"><div style="font-size: 14px; font-weight: bold;">Congratulations, Your now a member of {SITENAME}!</div></td>
<td colspan="2" height="35"><div style="font-size: 14px; font-weight: bold;">Congratulations, You're now a member of {SITENAME}!</div></td>
</tr>
<tr>
<td colspan="2" style="font-size: 12px;">Hello <b>{C_NAME}</b>,</td>
Expand All @@ -21,4 +21,4 @@
<td width="34%" height="176" valign="top">&nbsp;
</td>
</tr>
</table>
</table>
4 changes: 2 additions & 2 deletions language/EN/emails/text/user_approved.inc.php
Expand Up @@ -9,7 +9,7 @@
<body>
<table border="0" width="100%">
<tr>
<td colspan="2" height="35"><div style="font-size: 14px; font-weight: bold;">Congratulations, Your now a member of {SITENAME}!</div></td>
<td colspan="2" height="35"><div style="font-size: 14px; font-weight: bold;">Congratulations, you're now a member of {SITENAME}!</div></td>
</tr>
<tr>
<td colspan="2" style="font-size: 12px;">Hello <b>{C_NAME}</b>,</td>
Expand All @@ -32,4 +32,4 @@
</tr>
</table>
</body>
</html>
</html>

0 comments on commit cba135d

Please sign in to comment.