mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 05:17:50 +02:00
Correct <br /> Tags and set Title
This commit is contained in:
committed by
Ryan Hutchison
parent
7b880e986d
commit
4b43c4ef32
@@ -2,14 +2,15 @@
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>Dear {{name}},</p>
|
||||
<p></p>
|
||||
<p>This is a confirmation that the password for your account has just been changed</p>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
<p>The {{appName}} Support Team</p>
|
||||
</body>
|
||||
|
||||
|
||||
@@ -2,20 +2,20 @@
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Dear {{name}},</p>
|
||||
<br>
|
||||
<br />
|
||||
<p>
|
||||
You have requested to have your password reset for your account at {{appName}}
|
||||
</p>
|
||||
<p>Please visit this url to reset your password:</p>
|
||||
<p>{{url}}</p>
|
||||
<strong>If you didn't make this request, you can ignore this email.</strong>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
<p>The {{appName}} Support Team</p>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user