emails: add missing periods to sentences in emails

This commit is contained in:
Ben Spoon 2016-08-09 15:36:47 -07:00
parent 93f7f9b45b
commit ce3d4dc1c4
5 changed files with 7 additions and 7 deletions

View file

@ -7,19 +7,19 @@
<table>
<tr>
<td style="font-size: 13px;">The password for user <strong>{{ username }}</strong> has been changed</td>
<td style="font-size: 13px;">The password for user <strong>{{ username }}</strong> has been changed.</td>
</tr>
</table>
<table style="margin-top: 25px">
<tr>
<td style="font-size: 13px;">No action is required if you made this change</td>
<td style="font-size: 13px;">No action is required if you made this change.</td>
</tr>
</table>
<table style="margin: 25px 0 35px">
<tr>
<td style="font-size: 13px;">If you did not make this change, please <a href="https://quay.io/contact/">contact support</a> </td>
<td style="font-size: 13px;">If you did not make this change, please <a href="https://quay.io/contact/">contact support</a>.</td>
</tr>
</table>