From aa8a8fafffe43e4a705b417abaadafc8d1e09988 Mon Sep 17 00:00:00 2001 From: George Date: Wed, 27 May 2020 19:34:25 +0100 Subject: [PATCH] Change plan text. --- app/dashboard/templates/dashboard/setting.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index cb203e1a..bc429669 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -181,7 +181,7 @@ Manage Subscription {% 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") }}). {% if manual_sub.is_giveaway %}
@@ -189,14 +189,14 @@ Upgrade {% endif %} {% elif current_user.lifetime %} - You have the lifetime licence. + You have lifetime access to the Premium plan. {% if not current_user.paid_lifetime %}
To gain additional features and support Simple Login you can upgrade to a Premium plan.
Upgrade {% endif %} {% elif current_user.in_trial() %} - Your Premium trial ends {{ current_user.trial_end | dt }}. + Your Premium trial expires {{ current_user.trial_end | dt }}. {% else %} You are on the Free plan. {% endif %}