diff --git a/frappe/core/page/usage_info/usage_info.html b/frappe/core/page/usage_info/usage_info.html index cdc2e3e7d2..c7450b06c8 100644 --- a/frappe/core/page/usage_info/usage_info.html +++ b/frappe/core/page/usage_info/usage_info.html @@ -3,7 +3,7 @@
{% if limits.expiry %}

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

- {%elif%} + {% else %}

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

{% endif %}