diff --git a/lang/en/lang.php b/lang/en/lang.php index 38abf4d..3543815 100644 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -32,7 +32,7 @@ 'impersonate_user' => 'Impersonate user', 'impersonate_confirm' => 'Impersonate this user? You can revert to your original state by logging out.', 'impersonate_success' => 'You are now impersonating this user', - 'delete_confirm' => 'Do you really want to delete this user?', + 'delete_confirm' => 'Do you really want to delete this user? This user will be permanently removed and unrecoverable.', 'unban_user' => 'Unban this user', 'unban_confirm' => 'Do you really want to unban this user?', 'unbanned_success' => 'User has been unbanned', @@ -40,7 +40,7 @@ 'update_details' => 'Update details', 'bulk_actions' => 'Bulk actions', 'delete_selected' => 'Delete selected', - 'delete_selected_confirm' => 'Delete the selected users?', + 'delete_selected_confirm' => 'Delete the selected users? These users will be permanently removed and unrecoverable.', 'delete_selected_empty' => 'There are no selected users to delete.', 'delete_selected_success' => 'Successfully deleted the selected users.', 'activate_selected' => 'Activate selected',