diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index e3696bf0..e3909e62 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -49,8 +49,15 @@ {% endif %} {% elif apple_sub and apple_sub.is_valid() %} - You are on the Premium plan which expires {{ apple_sub.expires_date | dt }} + You are on the Premium plan (subscribed via Apple) which expires {{ apple_sub.expires_date | dt }} ({{ apple_sub.expires_date.format("YYYY-MM-DD") }}). +