Fix inaccurate admin log entry for re-sending confirmation e-mails (#19674)
Fixes #19593
This commit is contained in:
parent
74d40c7d8f
commit
125322718b
3 changed files with 4 additions and 1 deletions
|
@ -207,6 +207,7 @@ en:
|
|||
reject_user: Reject User
|
||||
remove_avatar_user: Remove Avatar
|
||||
reopen_report: Reopen Report
|
||||
resend_user: Resend Confirmation Mail
|
||||
reset_password_user: Reset Password
|
||||
resolve_report: Resolve Report
|
||||
sensitive_account: Force-Sensitive Account
|
||||
|
@ -265,6 +266,7 @@ en:
|
|||
reject_user_html: "%{name} rejected sign-up from %{target}"
|
||||
remove_avatar_user_html: "%{name} removed %{target}'s avatar"
|
||||
reopen_report_html: "%{name} reopened report %{target}"
|
||||
resend_user_html: "%{name} resent confirmation e-mail for %{target}"
|
||||
reset_password_user_html: "%{name} reset password of user %{target}"
|
||||
resolve_report_html: "%{name} resolved report %{target}"
|
||||
sensitive_account_html: "%{name} marked %{target}'s media as sensitive"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue