From fef1c604bc4c8c4893e7492ba44e1d8d1137201d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Sat, 12 Jun 2021 23:17:43 +0200 Subject: [PATCH] QuoteWasApproved --- resources/lang/en/texts.php | 2 ++ resources/views/email/quotes/approved.blade.php | 14 +++++--------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 08366293e5fc..1ff86933b02e 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4262,6 +4262,8 @@ $LANG = array( 'migration_failed_label' => 'Migration failed', 'migration_failed' => 'Looks like something went wrong with the migration for the following company:', 'client_email_company_contact_label' => 'If you have any questions please contact us, we\'re here to help!', + 'quote_was_approved_label' => 'Quote was approved', + 'quote_was_approved' => 'We would like to inform you that quote was approved.', ); return $LANG; diff --git a/resources/views/email/quotes/approved.blade.php b/resources/views/email/quotes/approved.blade.php index 78815d6be93a..bcb4da3c0601 100644 --- a/resources/views/email/quotes/approved.blade.php +++ b/resources/views/email/quotes/approved.blade.php @@ -1,10 +1,6 @@ -@component('email.template.master', ['design' => 'light', 'settings' => $settings]) - @slot('header') - @include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png']) - @endslot - -

Quote approved!

-

We want to inform you that quote was approved.

- - Visit Invoice Ninja +@component('email.template.admin', ['settings' => $settings]) +
+

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

+

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

+
@endcomponent