add mention about the limit of 15 aliases into the header

This commit is contained in:
Son 2022-05-20 16:27:37 +02:00
parent 6afe86b395
commit b8e3db3e11

View file

@ -127,9 +127,12 @@
</span> </span>
{% if current_user.in_trial() %} {% if current_user.in_trial() %}
<small class="text-success d-block mt-1">Premium expires {{ current_user.trial_end|dt }} <small class="text-success d-block mt-1" data-toggle="tooltip"
<i class="fe fe-info" data-toggle="tooltip" title="When you signed up, you have a free 7-day Premium trial.
title="After you signed up you were given a free 7 day Premium trial, after this period your account will automatically be downgraded to the Free plan."></i> After that your account will automatically be downgraded to the Free plan.
During the trial, the only limit is you can't create more than 15 aliases.">
Premium expires {{ current_user.trial_end|dt }}
<i class="fe fe-info"></i>
</small> </small>
{% elif current_user.is_premium() %} {% elif current_user.is_premium() %}