improved tenant identification

This commit is contained in:
Denis Duliçi
2021-04-16 00:59:43 +03:00
parent 9635e6be5d
commit 2b07442260
126 changed files with 1719 additions and 999 deletions

View File

@@ -24,4 +24,31 @@ return [
],
'import' => [
'completed' => [
'subject' => 'Import completed',
'description' => 'The import has been completed and the records are available in your panel.',
],
'failed' => [
'subject' => 'Import failed',
'description' => 'Not able to import the file due to the following issues:',
],
],
'export' => [
'completed' => [
'subject' => 'Export is ready',
'description' => 'The export file is ready to download from the following link:',
],
'failed' => [
'subject' => 'Export failed',
'description' => 'Not able to create the export file due to the following issue:',
],
],
];