mirror of
https://github.com/plausible/analytics.git
synced 2024-12-22 17:11:36 +03:00
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:
parent
405c33f7cd
commit
8dad965c29
@ -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!
|
||||
|
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user