forked from GithubBackups/healthchecks
Fix wording in the "Team size limit reached" message
This commit is contained in:
parent
e1c3beb4e9
commit
74427ba3f1
@ -220,8 +220,13 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
<strong>Team size limit reached.</strong>
|
<strong>Team size limit reached.</strong>
|
||||||
|
{% if is_owner %}
|
||||||
To invite new members by email, please
|
To invite new members by email, please
|
||||||
<a href="{% url 'hc-pricing' %}">upgrade your account!</a>
|
<a href="{% url 'hc-pricing' %}">upgrade your account!</a>
|
||||||
|
{% else %}
|
||||||
|
To invite new members, please ask project's owner
|
||||||
|
to upgrade their account.
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user