From 16dec047871a6043e9fc574b4746d71316e610df Mon Sep 17 00:00:00 2001 From: Ben Spoon Date: Thu, 4 Aug 2016 11:49:47 -0700 Subject: [PATCH] emails: use `app_title` in leu of Quay.io --- emails/changeemail.html | 4 ++-- emails/confirmemail.html | 4 ++-- emails/emailchanged.html | 4 ++-- emails/orgrecovery.html | 2 +- emails/passwordchanged.html | 2 +- emails/paymentfailure.html | 2 +- emails/recovery.html | 4 ++-- emails/repoauthorizeemail.html | 2 +- emails/teaminvite.html | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/emails/changeemail.html b/emails/changeemail.html index 77313bf95..663b2f8ef 100644 --- a/emails/changeemail.html +++ b/emails/changeemail.html @@ -4,7 +4,7 @@

E-mail Address Change Requested


-This email address was added to the Quay account {{username}}. +This email address was added to the {{ app_title }} account {{username}}. @@ -18,7 +18,7 @@
Best Regards,
-The Quay Team +The {{ app_title }} Team

diff --git a/emails/confirmemail.html b/emails/confirmemail.html index 6e26aab5d..55b1db157 100644 --- a/emails/confirmemail.html +++ b/emails/confirmemail.html @@ -13,7 +13,7 @@ - +
Once you confirm this email you’ll be able to access your Quay account.Once you confirm this email you’ll be able to access your {{ app_title }} account.
@@ -25,6 +25,6 @@ Welcome!
-The Quay Team
+The {{ app_title }} Team
{% endblock %} diff --git a/emails/emailchanged.html b/emails/emailchanged.html index db7996a82..f5e628d73 100644 --- a/emails/emailchanged.html +++ b/emails/emailchanged.html @@ -23,7 +23,7 @@ -Best wishes,
-The Quay Team
+Best wishes,
+The {{ app_title }} Team
{% endblock %} diff --git a/emails/orgrecovery.html b/emails/orgrecovery.html index 3ab95660e..8d5cd3072 100644 --- a/emails/orgrecovery.html +++ b/emails/orgrecovery.html @@ -40,6 +40,6 @@ Best Wishes,
-The Quay Team
+The {{ app_title }} Team
{% endblock %} diff --git a/emails/passwordchanged.html b/emails/passwordchanged.html index 6d4330860..42edd6f92 100644 --- a/emails/passwordchanged.html +++ b/emails/passwordchanged.html @@ -25,6 +25,6 @@ Best Wishes,
-The Quay Team
+The {{ app_title }} Team
{% endblock %} diff --git a/emails/paymentfailure.html b/emails/paymentfailure.html index 395e574a3..64fb3bfcd 100644 --- a/emails/paymentfailure.html +++ b/emails/paymentfailure.html @@ -25,6 +25,6 @@ Thank you,
-The Quay Team
+The {{ app_title }} Team
{% endblock %} diff --git a/emails/recovery.html b/emails/recovery.html index 7c6fe4ccf..cab230521 100644 --- a/emails/recovery.html +++ b/emails/recovery.html @@ -7,7 +7,7 @@ - +
A user at Quay.io (local) has attempted to recover their access to the account registered to this email addressA user at {{ app_title }} has attempted to recover their access to the account registered to this email address
@@ -25,6 +25,6 @@ Best Wishes,
-The Quay Team
+The {{ app_title }} Team
{% endblock %} diff --git a/emails/repoauthorizeemail.html b/emails/repoauthorizeemail.html index 3f7b6e391..a98534f4d 100644 --- a/emails/repoauthorizeemail.html +++ b/emails/repoauthorizeemail.html @@ -25,6 +25,6 @@ Thank you,
-The Quay Team
+The {{ app_title }} Team
{% endblock %} diff --git a/emails/teaminvite.html b/emails/teaminvite.html index ff757f013..0e4f11198 100644 --- a/emails/teaminvite.html +++ b/emails/teaminvite.html @@ -25,6 +25,6 @@ Thank you,
-The Quay Team
+The {{ app_title }} Team
{% endblock %}