From e5533814053b2f594eaef34b527552fb78862bfc Mon Sep 17 00:00:00 2001 From: Lily Date: Thu, 27 Oct 2022 11:44:47 -0300 Subject: [PATCH] user actions: fix password change causing empty entry --- app/views/user_actions/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.