diff --git a/frontend/templates/notification/account_active/full.txt b/frontend/templates/notification/account_active/full.txt index 59ec1fd2..ad02521d 100644 --- a/frontend/templates/notification/account_active/full.txt +++ b/frontend/templates/notification/account_active/full.txt @@ -8,5 +8,5 @@ The current card we have on file: Card type: {{ user.profile.account.card_type }} Number: ************{{ user.profile.account.card_last4 }} Expiration date: {{ user.profile.account.card_exp_month }}/{{ user.profile.account.card_exp_year }}. -We use Stripe< to keep your information secure. +We use Stripe to keep your information secure. {% endif %} diff --git a/frontend/templates/notification/account_expired/full.txt b/frontend/templates/notification/account_expired/full.txt index 72b04e3b..b9e6e38d 100644 --- a/frontend/templates/notification/account_expired/full.txt +++ b/frontend/templates/notification/account_expired/full.txt @@ -10,7 +10,7 @@ The current card we have on file: Card type: {{ user.profile.account.card_type }} Number: ************{{ user.profile.account.card_last4 }} Expiration date: {{ user.profile.account.card_exp_month }}/{{ user.profile.account.card_exp_year }}. -We use Stripe< to keep your information secure. +We use Stripe to keep your information secure. {% endif %} diff --git a/frontend/templates/notification/account_expiring/full.txt b/frontend/templates/notification/account_expiring/full.txt index a8d70da4..907ba4d0 100644 --- a/frontend/templates/notification/account_expiring/full.txt +++ b/frontend/templates/notification/account_expiring/full.txt @@ -10,5 +10,5 @@ The current card we have on file: Card type: {{ user.profile.account.card_type }} Number: ************{{ user.profile.account.card_last4 }} Expiration date: {{ user.profile.account.card_exp_month }}/{{ user.profile.account.card_exp_year }}. -We use Stripe< to keep your information secure. +We use Stripe to keep your information secure. {% endif %}