mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-11 07:33:36 -05:00
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:
@@ -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 -%}
|
||||
|
||||
Reference in New Issue
Block a user