mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 02:47:02 +00:00
Translation for purge user
This commit is contained in:
@@ -258,7 +258,15 @@ class UserRepository extends BaseRepository
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* purge a user and all of their data across
|
||||
* all companies and accounts.
|
||||
*
|
||||
* @param User $user
|
||||
* @param User $new_owner_user
|
||||
* @return void
|
||||
*/
|
||||
public function purge(User $user, User $new_owner_user): void
|
||||
{
|
||||
|
||||
|
||||
@@ -5686,6 +5686,7 @@ $lang = array(
|
||||
'enter_reason' => 'Enter a reason...',
|
||||
'notification_invoice_overdue_summary_subject' => 'Invoice Overdue Summary: :date',
|
||||
'notification_invoice_overdue_summary' => 'The following invoices are overdue:',
|
||||
'purge_user_confirmation' => 'Warning! This action will reassign all entities to the account owner and permanently delete the user across all companies and accounts. Are you sure you want to proceed?',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
||||
Reference in New Issue
Block a user