0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-11 15:51:19 +00:00

Fix wording in the "Team size limit reached" message

This commit is contained in:
Pēteris Caune 2021-07-26 13:12:06 +03:00
parent e1c3beb4e9
commit 74427ba3f1
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2

View file

@ -220,8 +220,13 @@
{% else %}
<div class="alert alert-info">
<strong>Team size limit reached.</strong>
{% if is_owner %}
To invite new members by email, please
<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>
{% endif %}
{% endif %}