Rename pending to invited

Pending is a bit of a technical word. Pending what? Invited is clear
enough, and doesn’t introduce a new concept.
This commit is contained in:
Chris Hill-Scott
2018-01-26 17:16:00 +00:00
parent 79ddf657bf
commit c20884003f
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
{%- endif -%}
<span class="hint">
{%- if user.status == 'pending' -%}
{{ user.email_address }} (pending)
{{ user.email_address }} (invited)
{%- elif user.status == 'cancelled' -%}
{{ user.email_address }} (cancelled invite)
{%- elif user.email_address == current_user.email_address -%}