diff --git a/frappe/core/page/usage_info/usage_info.html b/frappe/core/page/usage_info/usage_info.html index 0b85862622..cdc2e3e7d2 100644 --- a/frappe/core/page/usage_info/usage_info.html +++ b/frappe/core/page/usage_info/usage_info.html @@ -1,12 +1,14 @@
- {% if limits.expiry %} + {% if limits.upgrade_url %}
-

{{ __("You have {0} days left in your subscription", [days_to_expiry]) }}

+ {% if limits.expiry %} +

{{ __("You have {0} days left in your subscription", [days_to_expiry]) }}

+ {%elif%} +

{{ __("You have subscribed for one user free plan") }}

+ {% endif %} - {% if limits.upgrade_url %}

Upgrade to a premium plan with more users, storage and priority support.

- {% endif %}
{% endif %}