diff --git a/app/Jobs/Company/CompanyExport.php b/app/Jobs/Company/CompanyExport.php
index 574a6b3257..1eef769f89 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 a715ab6df3..e5432328fb 100644
--- a/resources/views/email/admin/download_credits.blade.php
+++ b/resources/views/email/admin/download_credits.blade.php
@@ -11,7 +11,7 @@
|
-
+
{{ ctrans('texts.download') }}
|
diff --git a/resources/views/email/admin/download_documents.blade.php b/resources/views/email/admin/download_documents.blade.php
index f3fc42cc9d..3fcb530eae 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 08e0e6359b..e0c385825a 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 dbae16a9f4..5e0d2a1399 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 114ddf666d..772f02e498 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 3517e4ddba..8b1acb586e 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 7b0d776f87..f55411056e 100644
--- a/resources/views/email/admin/generic_email.blade.php
+++ b/resources/views/email/admin/generic_email.blade.php
@@ -14,7 +14,7 @@
|
-
+
{{ $view_text }}
|
diff --git a/resources/views/email/template/admin.blade.php b/resources/views/email/template/admin.blade.php
index c1398cabcf..fb5372cf00 100644
--- a/resources/views/email/template/admin.blade.php
+++ b/resources/views/email/template/admin.blade.php
@@ -151,9 +151,9 @@
-
+ @if($logo)

-
+ @endif
|