diff --git a/app/Jobs/Company/CompanyExport.php b/app/Jobs/Company/CompanyExport.php index 574a6b3257de..1eef769f893f 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 a715ab6df337..e5432328fb93 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 f3fc42cc9dd0..3fcb530eae41 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 08e0e6359b68..e0c385825ab4 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 dbae16a9f4bc..5e0d2a139905 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 114ddf666d83..772f02e49806 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 3517e4ddbade..8b1acb586e1a 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 7b0d776f8777..f55411056e41 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 c1398cabcf6e..fb5372cf00fb 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