Change plan wording.

This commit is contained in:
George 2020-05-27 19:04:16 +01:00
parent fd58557f19
commit 8c6cce9051
No known key found for this signature in database
GPG Key ID: F74C2ACA24BAF301
1 changed files with 2 additions and 2 deletions

View File

@ -185,14 +185,14 @@
({{ 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>
To support SimpleLogin it's possible to change to a paid 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.lifetime %} {% elif current_user.lifetime %}
You have the lifetime licence. You have the lifetime licence.
{% if not current_user.paid_lifetime %} {% if not current_user.paid_lifetime %}
<br> <br>
To support SimpleLogin it's possible to change to a paid 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() %}