From a9b315e8bfee929289276292f08dfcbc9297093f Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 21 Dec 2018 15:17:12 +0100 Subject: [PATCH] typos corrected in notification emails --- rowers/templates/subscription_create_notification.html | 2 +- rowers/templates/subscription_downgrade_notification.html | 2 +- rowers/templates/subscription_update_notification.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rowers/templates/subscription_create_notification.html b/rowers/templates/subscription_create_notification.html index 37a8c8eb..89c0ebf1 100644 --- a/rowers/templates/subscription_create_notification.html +++ b/rowers/templates/subscription_create_notification.html @@ -10,7 +10,7 @@ {% if recurring %}

The subscription cost is €{{ price }} per year. - The next charge is due on {{ end_of_billing_period }}. on that date. + The next charge is due on {{ end_of_billing_period }}.

{% else %}

diff --git a/rowers/templates/subscription_downgrade_notification.html b/rowers/templates/subscription_downgrade_notification.html index dce13caf..6fb0589d 100644 --- a/rowers/templates/subscription_downgrade_notification.html +++ b/rowers/templates/subscription_downgrade_notification.html @@ -10,7 +10,7 @@ {% if recurring %}

The subscription cost is €{{ price }} per year. - The next charge is due on {{ end_of_billing_period }}. on that date. + The next charge is due on {{ end_of_billing_period }}.

{% else %}

diff --git a/rowers/templates/subscription_update_notification.html b/rowers/templates/subscription_update_notification.html index 1df49f73..ce72fe97 100644 --- a/rowers/templates/subscription_update_notification.html +++ b/rowers/templates/subscription_update_notification.html @@ -10,7 +10,7 @@ {% if recurring %}

The subscription cost is €{{ price }} per year. - The next charge is due on {{ end_of_billing_period }}. on that date. + The next charge is due on {{ end_of_billing_period }}.

{% else %}