Fixed email copy grammatical errors

This commit is contained in:
John O'Nolan 2014-09-29 15:31:28 +02:00
parent e502183f48
commit 71f4b40b2e
2 changed files with 3 additions and 4 deletions

View File

@ -94,7 +94,7 @@
<!-- START OF EMAIL CONTENT -->
<p><strong>Hello!</strong></p>
<p>A request has been made to reset the password on the site <a href="{{ siteUrl }}">{{ siteUrl }} </a>.</p>
<p>A request has been made to reset your password on <a href="{{ siteUrl }}">{{ siteUrl }}</a>.</p>
<p>Please follow the link below to reset your password:<br><br> <a href="{{ resetUrl }}">Click here to reset your password</a></p>
<p>Ghost</p>
<!-- END OF EMAIL CONTENT -->

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; background: #ffffff; color: #828282; font-family: sans-serif; font-size: 15px; line-height: 1.5; margin: 0; width: 100%;">
@ -22,7 +22,7 @@
<!-- START OF EMAIL CONTENT -->
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><strong>Hello!</strong></p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">A request has been made to reset the password on the site <a href="{{ siteUrl }}" style="color: #5ba4e5;">{{ siteUrl }} </a>.</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">A request has been made to reset your password on <a href="{{ siteUrl }}" style="color: #5ba4e5;">{{ siteUrl }}</a>.</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Please follow the link below to reset your password:<br><br> <a href="{{ resetUrl }}" style="color: #5ba4e5;">Click here to reset your password</a></p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Ghost</p>
<!-- END OF EMAIL CONTENT -->
@ -51,4 +51,3 @@
</body>
</html>