emails: add missing periods to sentences in emails
This commit is contained in:
parent
93f7f9b45b
commit
ce3d4dc1c4
5 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
<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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<table style="margin: 25px 0 35px">
|
||||
<tr>
|
||||
<td style="background: #40B4E5; padding: 8px 25px; border-radius: 3px; color: #fff; font-size: 20px; font-weight: 500"><a style="text-decoration: none; color: #ffffff;" href="https://quay.io/signin/">Log in to update payment info</a></td>
|
||||
<td style="background: #40B4E5; padding: 8px 25px; border-radius: 3px; color: #fff; font-size: 20px; font-weight: 500"><a style="text-decoration: none; color: #ffffff;" href="https://quay.io/signin/">Log in to update payment info</a>.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td style="font-size: 13px;">A user at {{ app_title }} has attempted to recover their access to the account registered to this email address</td>
|
||||
<td style="font-size: 13px;">A user at {{ app_title }} has attempted to recover their access to the account registered to this email address.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td style="font-size: 13px;">A request has been made to send notifications to this email address for the repository <strong>{{namespace}}/{{repository}}</strong></td>
|
||||
<td style="font-size: 13px;">A request has been made to send notifications to this email address for the repository <strong>{{namespace}}/{{repository}}</strong>.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
Reference in a new issue