Browse Source

Fix wording in the "Team size limit reached" message

pull/551/head
Pēteris Caune 3 years ago
parent
commit
74427ba3f1
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      templates/accounts/project.html

+ 5
- 0
templates/accounts/project.html 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 %}


Loading…
Cancel
Save