UX: Fix HTML showing in delete user button (#31201)

Also rewords it to clarify the action. And ensures both `delete` buttons
get the `btn-danger` class.
This commit is contained in:
Penar Musaraj
2025-02-05 16:28:10 -05:00
committed by GitHub
parent 7ec9885454
commit b9d4c57f07
5 changed files with 11 additions and 11 deletions

View File

@@ -7047,8 +7047,8 @@ en:
other: "Can't delete all posts because the user has more than %{count} posts. (delete_all_posts_max)"
delete_confirm_title: "Are you sure you want to delete this user? This is permanent!"
delete_confirm: "It is generally preferable to anonymize users rather than deleting them, to avoid removing content from existing discussions."
delete_and_block: "Delete and <b>block</b> this email and IP address"
delete_dont_block: "Delete only"
delete_and_block: "Delete user and block their email and IP address"
delete_dont_block: "Delete user"
deleting_user: "Deleting user…"
deleted: "The user was deleted."
delete_failed: "There was an error deleting that user. Make sure all posts are deleted before trying to delete the user."