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
1 changed files with 6 additions and 3 deletions

View File

@ -127,9 +127,12 @@
</span>
{% if current_user.in_trial() %}
<small class="text-success d-block mt-1">Premium expires {{ current_user.trial_end|dt }}
<i class="fe fe-info" data-toggle="tooltip"
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>
<small class="text-success d-block mt-1" data-toggle="tooltip"
title="When you signed up, you have a free 7-day Premium trial.
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>
{% elif current_user.is_premium() %}