Change plan text.

This commit is contained in:
George 2020-05-27 19:34:25 +01:00
parent 8c6cce9051
commit aa8a8fafff
No known key found for this signature in database
GPG key ID: F74C2ACA24BAF301

View file

@ -181,7 +181,7 @@
Manage Subscription Manage Subscription
</a> </a>
{% elif manual_sub %} {% elif manual_sub %}
You are on the Premium plan. The plan ends {{ manual_sub.end_at | dt }} You are on the Premium plan which expires {{ manual_sub.end_at | dt }}
({{ manual_sub.end_at.format("YYYY-MM-DD") }}). ({{ manual_sub.end_at.format("YYYY-MM-DD") }}).
{% if manual_sub.is_giveaway %} {% if manual_sub.is_giveaway %}
<br> <br>
@ -189,14 +189,14 @@
<a href="{{ url_for('dashboard.pricing') }}" class="btn btn-sm btn-outline-primary">Upgrade</a> <a href="{{ url_for('dashboard.pricing') }}" class="btn btn-sm btn-outline-primary">Upgrade</a>
{% endif %} {% endif %}
{% elif current_user.lifetime %} {% elif current_user.lifetime %}
You have the lifetime licence. You have lifetime access to the Premium plan.
{% if not current_user.paid_lifetime %} {% if not current_user.paid_lifetime %}
<br> <br>
To gain additional features and support Simple Login you can upgrade to a Premium plan. <br> To gain additional features and support Simple Login you can upgrade to a Premium plan. <br>
<a href="{{ url_for('dashboard.pricing') }}" class="btn btn-sm btn-outline-primary">Upgrade</a> <a href="{{ url_for('dashboard.pricing') }}" class="btn btn-sm btn-outline-primary">Upgrade</a>
{% endif %} {% endif %}
{% elif current_user.in_trial() %} {% elif current_user.in_trial() %}
Your Premium trial ends {{ current_user.trial_end | dt }}. Your Premium trial expires {{ current_user.trial_end | dt }}.
{% else %} {% else %}
You are on the Free plan. You are on the Free plan.
{% endif %} {% endif %}