user actions: fix password change causing empty entry

This commit is contained in:
Lily
2022-10-27 11:44:47 -03:00
committed by GitHub
parent 36b82f2b35
commit e553381405

View File

@@ -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.