diff --git a/app/views/user_actions/index.html.erb b/app/views/user_actions/index.html.erb
index d4c672cd9..e22b738ff 100644
--- a/app/views/user_actions/index.html.erb
+++ b/app/views/user_actions/index.html.erb
@@ -118,7 +118,7 @@
<%= link_to_user user %> deleted their account.
<% when "password_reset" %>
<%= link_to_user user %> reset their password.
- <% when "password_reset" %>
+ <% when "password_change" %>
<%= link_to_user user %> changed their password.
<% when "email_change" %>
<%= link_to_user user %> changed their email address.