mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user