clean up account update notices

pull/1/head
eric 2013-08-05 12:18:51 -04:00
parent 25d9edf4d8
commit e78d5c7472
3 changed files with 3 additions and 3 deletions

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}