You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
787 B

<?php
return [
'excel' => [
'import_email' => [
'subject' => 'Your Excel Import Has Been Processed',
'intro' => 'Your Excel import request has been completed.',
'body' => 'The data from your uploaded file has been successfully imported into the system.',
'outro' => 'If you did not initiate this import, please contact the administrator immediately.',
],
'export_email' => [
'subject' => 'Your Excel Export Is Ready',
'intro' => 'Your Excel export request has been completed.',
'body' => 'Please find the exported file attached to this email.',
'outro' => 'If you did not request this export, please contact the administrator immediately.',
],
],
];