mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
Fix typo
This commit is contained in:
parent
b9fd211acb
commit
d10a993e9d
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@
|
|||
You have lifetime access to the Premium plan.
|
||||
{% if not current_user.paid_lifetime %}
|
||||
<br>
|
||||
To gain support Simple Login you can switch to a paid plan. <br>
|
||||
To support Simple Login you can switch to a paid plan. <br>
|
||||
<a href="{{ url_for('dashboard.pricing') }}" class="btn btn-sm btn-outline-primary">Upgrade</a>
|
||||
{% endif %}
|
||||
{% elif current_user.in_trial() %}
|
||||
|
|
Loading…
Reference in a new issue