Added recycle bin empty notification response with count

This commit is contained in:
Dan Brown
2020-10-03 18:53:09 +01:00
parent 04197e393a
commit ff7cbd14fc
3 changed files with 23 additions and 8 deletions

View File

@ -92,6 +92,7 @@ return [
'recycle_bin_contents_empty' => 'The recycle bin is currently empty',
'recycle_bin_empty' => 'Empty Recycle Bin',
'recycle_bin_empty_confirm' => 'This will permanently destroy all items in the recycle bin including content contained within each item. Are you sure you want to empty the recycle bin?',
'recycle_bin_empty_notification' => 'Deleted :count total items from the recycle bin.',
// Audit Log
'audit' => 'Audit Log',