adding a note about being able to switch to a lower plan at any time (#4853)

* adding a note about being able to switch to a lower plan at any time

* Update dashboard_locked.html.heex

* mix format

---------

Co-authored-by: Karl-Aksel Puulmann <oxymaccy@gmail.com>
This commit is contained in:
Marko Saric 2024-11-25 11:34:10 +01:00 committed by GitHub
parent 405c33f7cd
commit 8dad965c29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@ During the last billing cycle (<%= PlausibleWeb.TextHelpers.format_date_range(
Your usage exceeds our standard plans, so please reply back to this email for a tailored quote.
<% else %>
<a href={PlausibleWeb.Router.Helpers.billing_url(PlausibleWeb.Endpoint, :choose_plan)}>Click here to upgrade your subscription</a>. We recommend you upgrade to the <%= @suggested_plan.volume %>/mo plan. The new charge will be prorated to reflect the amount you have already paid and the time until your current subscription is supposed to expire.
<br /><br />
If your usage decreases in the future, you can switch to a lower plan at any time. Any credit balance will automatically apply to future payments.
<% end %>
<br /><br />
Do you have questions or need help with anything? Just reply to this email. We're here to help!

View File

@ -14,6 +14,8 @@ During the last billing cycle (<%= PlausibleWeb.TextHelpers.format_date_range(
Your usage exceeds our standard plans, so please reply back to this email for a tailored quote.
<% else %>
<a href={PlausibleWeb.Router.Helpers.billing_url(PlausibleWeb.Endpoint, :choose_plan)}>Click here to upgrade your subscription</a>. We recommend you upgrade to the <%= @suggested_plan.volume %>/mo plan. The new charge will be prorated to reflect the amount you have already paid and the time until your current subscription is supposed to expire.
<br /><br />
If your usage decreases in the future, you can switch to a lower plan at any time. Any credit balance will automatically apply to future payments.
<% end %>
<br /><br />
Do you have questions or need help with anything? Just reply to this email. We're here to help!