Skip to content

Commit

Permalink
Make clear that user deletion is a hard-delete
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Mar 3, 2024
1 parent ae6b1b8 commit eeca2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
'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',
'return_to_list' => 'Return to users list',
'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',
Expand Down

0 comments on commit eeca2cf

Please sign in to comment.