diff --git a/app/Jobs/Company/CompanyExport.php b/app/Jobs/Company/CompanyExport.php index 574a6b325..1eef769f8 100644 --- a/app/Jobs/Company/CompanyExport.php +++ b/app/Jobs/Company/CompanyExport.php @@ -471,7 +471,6 @@ class CompanyExport implements ShouldQueue $t->replace(Ninja::transformTranslations($this->company->settings)); $company_reference = Company::find($this->company->id); - ; $nmo = new NinjaMailerObject; $nmo->mailable = new DownloadBackup($storage_file_path, $company_reference); diff --git a/resources/views/email/admin/download_credits.blade.php b/resources/views/email/admin/download_credits.blade.php index a715ab6df..e5432328f 100644 --- a/resources/views/email/admin/download_credits.blade.php +++ b/resources/views/email/admin/download_credits.blade.php @@ -11,7 +11,7 @@ diff --git a/resources/views/email/admin/download_documents.blade.php b/resources/views/email/admin/download_documents.blade.php index f3fc42cc9..3fcb530ea 100644 --- a/resources/views/email/admin/download_documents.blade.php +++ b/resources/views/email/admin/download_documents.blade.php @@ -11,7 +11,7 @@
- + {{ ctrans('texts.download') }}
diff --git a/resources/views/email/admin/download_files.blade.php b/resources/views/email/admin/download_files.blade.php index 08e0e6359..e0c385825 100644 --- a/resources/views/email/admin/download_files.blade.php +++ b/resources/views/email/admin/download_files.blade.php @@ -1,4 +1,5 @@ @component('email.template.admin', ['logo' => $logo, 'settings' => $settings]) +

{{ ctrans('texts.download_backup_subject') }}

{{ ctrans('texts.download_timeframe') }}

@@ -10,8 +11,8 @@
- + {{ ctrans('texts.download') }}
- diff --git a/resources/views/email/admin/download_invoices.blade.php b/resources/views/email/admin/download_invoices.blade.php index dbae16a9f..5e0d2a139 100644 --- a/resources/views/email/admin/download_invoices.blade.php +++ b/resources/views/email/admin/download_invoices.blade.php @@ -11,7 +11,7 @@
- + + {{ ctrans('texts.download') }}
diff --git a/resources/views/email/admin/download_purchase_orders.blade.php b/resources/views/email/admin/download_purchase_orders.blade.php index 114ddf666..772f02e49 100644 --- a/resources/views/email/admin/download_purchase_orders.blade.php +++ b/resources/views/email/admin/download_purchase_orders.blade.php @@ -11,7 +11,7 @@
- + {{ ctrans('texts.download') }}
diff --git a/resources/views/email/admin/download_quotes.blade.php b/resources/views/email/admin/download_quotes.blade.php index 3517e4ddb..8b1acb586 100644 --- a/resources/views/email/admin/download_quotes.blade.php +++ b/resources/views/email/admin/download_quotes.blade.php @@ -11,7 +11,7 @@
- + {{ ctrans('texts.download') }}
diff --git a/resources/views/email/admin/generic_email.blade.php b/resources/views/email/admin/generic_email.blade.php index 7b0d776f8..f55411056 100644 --- a/resources/views/email/admin/generic_email.blade.php +++ b/resources/views/email/admin/generic_email.blade.php @@ -14,7 +14,7 @@
- + {{ ctrans('texts.download') }}
diff --git a/resources/views/email/template/admin.blade.php b/resources/views/email/template/admin.blade.php index c1398cabc..fb5372cf0 100644 --- a/resources/views/email/template/admin.blade.php +++ b/resources/views/email/template/admin.blade.php @@ -151,9 +151,9 @@
- + {{ $view_text }}
- + @if($logo) alt_text - + @endif