diff --git a/templates/accounts/project.html b/templates/accounts/project.html index 8a2d2eaf..57b7c492 100644 --- a/templates/accounts/project.html +++ b/templates/accounts/project.html @@ -220,8 +220,13 @@ {% else %}
Team size limit reached. + {% if is_owner %} To invite new members by email, please upgrade your account! + {% else %} + To invite new members, please ask project's owner + to upgrade their account. + {% endif %}
{% endif %} {% endif %}