diff --git a/app/templates/views/manage-users.html b/app/templates/views/manage-users.html
index 444361dcc..b4bc7dcee 100644
--- a/app/templates/views/manage-users.html
+++ b/app/templates/views/manage-users.html
@@ -75,7 +75,7 @@
{% if user.status == 'pending' %}
Cancel invitation
{% elif user.state == 'active' and current_user.id != user.id %}
- Change details
+ Change details for {{ user.name }} {{ user.email_address }}
{% endif %}
{% endif %}