From 459f821036d10d7deec18dd356c8ed64c46688e8 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Tue, 20 Oct 2020 20:09:44 +0200 Subject: [PATCH] fix name --- app/dashboard/templates/dashboard/setting.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index 962568cf..a8b921a8 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -28,7 +28,7 @@ You have lifetime access to the Premium plan. {% if not current_user.paid_lifetime %}
- To support Simple Login you can switch to a paid plan.
+ To support SimpleLogin you can switch to a paid plan.
Upgrade {% endif %} {% elif current_user.get_subscription() %} @@ -44,7 +44,7 @@ ({{ manual_sub.end_at.format("YYYY-MM-DD") }}). {% if manual_sub.is_giveaway %}
- To gain additional features and support Simple Login you can upgrade to a Premium plan.
+ To gain additional features and support SimpleLogin you can upgrade to a Premium plan.
Upgrade {% endif %}