Skip to content

Commit eeca2cf

Browse files
committed
Make clear that user deletion is a hard-delete
1 parent ae6b1b8 commit eeca2cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/en/lang.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
'impersonate_user' => 'Impersonate user',
3333
'impersonate_confirm' => 'Impersonate this user? You can revert to your original state by logging out.',
3434
'impersonate_success' => 'You are now impersonating this user',
35-
'delete_confirm' => 'Do you really want to delete this user?',
35+
'delete_confirm' => 'Do you really want to delete this user? This user will be permanently removed and unrecoverable.',
3636
'unban_user' => 'Unban this user',
3737
'unban_confirm' => 'Do you really want to unban this user?',
3838
'unbanned_success' => 'User has been unbanned',
3939
'return_to_list' => 'Return to users list',
4040
'update_details' => 'Update details',
4141
'bulk_actions' => 'Bulk actions',
4242
'delete_selected' => 'Delete selected',
43-
'delete_selected_confirm' => 'Delete the selected users?',
43+
'delete_selected_confirm' => 'Delete the selected users? These users will be permanently removed and unrecoverable.',
4444
'delete_selected_empty' => 'There are no selected users to delete.',
4545
'delete_selected_success' => 'Successfully deleted the selected users.',
4646
'activate_selected' => 'Activate selected',

0 commit comments

Comments
 (0)