emails: use app_title
in leu of Quay.io
This commit is contained in:
parent
004b834c72
commit
16dec04787
9 changed files with 13 additions and 13 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<h3 style="font-size: 20px; font-weight:400">E-mail Address Change Requested</h3>
|
||||
<hr style="border:none; border-top: 1px solid #D9D9D9; margin: 25px 0">
|
||||
<span style="font-size: 13px; margin: 25px 0;">This email address was added to the Quay account <strong>{{username}}</strong>.
|
||||
<span style="font-size: 13px; margin: 25px 0;">This email address was added to the {{ app_title }} account <strong>{{username}}</strong>.
|
||||
|
||||
<table style="margin: 25px 0;">
|
||||
<tr>
|
||||
|
@ -18,7 +18,7 @@
|
|||
</table>
|
||||
Best Regards,
|
||||
<br>
|
||||
The Quay Team
|
||||
The {{ app_title }} Team
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<table style="margin-top: 25px">
|
||||
<tr>
|
||||
<td style="font-size: 13px;">Once you confirm this email you’ll be able to access your Quay account.</td>
|
||||
<td style="font-size: 13px;">Once you confirm this email you’ll be able to access your {{ app_title }} account.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -25,6 +25,6 @@
|
|||
|
||||
|
||||
<span style="font-size: 13px;">Welcome!</span><br>
|
||||
<span style="font-size: 13px;">The Quay Team</span><br>
|
||||
<span style="font-size: 13px;">The {{ app_title }} Team</span><br>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
Best wishes,<br>
|
||||
The Quay Team<br>
|
||||
<span style="font-size: 13px;">Best wishes,</span><br>
|
||||
<span style="font-size: 13px;">The {{ app_title }} Team</span><br>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -40,6 +40,6 @@
|
|||
|
||||
|
||||
<span style="font-size: 13px;">Best Wishes,</span><br>
|
||||
<span style="font-size: 13px;">The Quay Team</span><br>
|
||||
<span style="font-size: 13px;">The {{ app_title }} Team</span><br>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -25,6 +25,6 @@
|
|||
|
||||
|
||||
<span style="font-size: 13px;">Best Wishes,</span><br>
|
||||
<span style="font-size: 13px;">The Quay Team</span><br>
|
||||
<span style="font-size: 13px;">The {{ app_title }} Team</span><br>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -25,6 +25,6 @@
|
|||
</table>
|
||||
|
||||
<span style="font-size: 13px;">Thank you,</span><br>
|
||||
<span style="font-size: 13px;">The Quay Team</span><br>
|
||||
<span style="font-size: 13px;">The {{ app_title }} Team</span><br>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td style="font-size: 13px;">A user at Quay.io (local) 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>
|
||||
|
||||
|
@ -25,6 +25,6 @@
|
|||
|
||||
|
||||
<span style="font-size: 13px;">Best Wishes,</span><br>
|
||||
<span style="font-size: 13px;">The Quay Team</span><br>
|
||||
<span style="font-size: 13px;">The {{ app_title }} Team</span><br>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -25,6 +25,6 @@
|
|||
|
||||
|
||||
<span style="font-size: 13px;">Thank you,</span><br>
|
||||
<span style="font-size: 13px;">The Quay Team</span><br>
|
||||
<span style="font-size: 13px;">The {{ app_title }} Team</span><br>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -25,6 +25,6 @@
|
|||
|
||||
|
||||
<span style="font-size: 13px;">Thank you,</span><br>
|
||||
<span style="font-size: 13px;">The Quay Team</span><br>
|
||||
<span style="font-size: 13px;">The {{ app_title }} Team</span><br>
|
||||
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue