user actions: fix password change causing empty entry
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user