Merge branch 'master' into remember-me-mobile

This commit is contained in:
Andrew Brown 2018-06-28 20:35:58 -05:00 committed by GitHub
commit 2eb2c1980b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
<p>
You are signing up for Notebook.ai's <strong><%= @selected_plan.name %></strong> plan.
You will be charged <%= number_to_currency(cents_due_now / 100.0) %> now
You will be charged <%= number_to_currency(cents_due_now / 100.0) %> USD now
for <%= service_length %> of membership, renewing every <%= bill_frequency %>.
</p>
<p>
@ -135,7 +135,7 @@
</p>
<% elsif @selected_plan.stripe_plan_id == 'premium' %>
<p class="center">
You will be charged <%= number_to_currency(@selected_plan.monthly_cents / 100) %> immediately, renewing
You will be charged <%= number_to_currency(@selected_plan.monthly_cents / 100) %> USD immediately, renewing
monthly.
</p>
<p class="center">
@ -143,14 +143,14 @@
</p>
<% elsif @selected_plan.stripe_plan_id == 'premium-trio' %>
<p class="center">
You will be charged $25.00 immediately, renewing every three months.
You will be charged $25.00 USD immediately, renewing every three months.
</p>
<p class="center">
Of course, you can cancel at any time.
</p>
<% elsif @selected_plan.stripe_plan_id == 'premium-annual' %>
<p class="center">
You will be charged <%= number_to_currency(@selected_plan.monthly_cents * 12 / 100) %> immediately, renewing
You will be charged <%= number_to_currency(@selected_plan.monthly_cents * 12 / 100) %> USD immediately, renewing
annually.
</p>
<p class="center">