From 8b721199fdbd54a8edaf2675d0c67d5680eb25d2 Mon Sep 17 00:00:00 2001 From: Dampfklon Date: Wed, 15 Jul 2020 14:00:40 +0200 Subject: [PATCH] Use translated salutation from other notifications --- .../views/notifications/markdown/asset-requested.blade.php | 2 +- .../views/notifications/markdown/checkin-accessory.blade.php | 2 +- resources/views/notifications/markdown/checkin-asset.blade.php | 2 +- .../views/notifications/markdown/checkin-license.blade.php | 2 +- .../views/notifications/markdown/checkout-accessory.blade.php | 2 +- resources/views/notifications/markdown/checkout-asset.blade.php | 2 +- .../views/notifications/markdown/checkout-consumable.blade.php | 2 +- .../views/notifications/markdown/checkout-license.blade.php | 2 +- .../notifications/markdown/report-expected-checkins.blade.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/views/notifications/markdown/asset-requested.blade.php b/resources/views/notifications/markdown/asset-requested.blade.php index 0fe0c6298e2d..1bf8eeaee5ca 100644 --- a/resources/views/notifications/markdown/asset-requested.blade.php +++ b/resources/views/notifications/markdown/asset-requested.blade.php @@ -55,7 +55,7 @@ @endif @endcomponent -Thanks, +{{ trans('mail.best_regards') }} {{ $snipeSettings->site_name }} diff --git a/resources/views/notifications/markdown/checkin-accessory.blade.php b/resources/views/notifications/markdown/checkin-accessory.blade.php index af60cbff0057..58597937492a 100644 --- a/resources/views/notifications/markdown/checkin-accessory.blade.php +++ b/resources/views/notifications/markdown/checkin-accessory.blade.php @@ -26,7 +26,7 @@ @endif @endcomponent -Thanks, +{{ trans('mail.best_regards') }} {{ $snipeSettings->site_name }} diff --git a/resources/views/notifications/markdown/checkin-asset.blade.php b/resources/views/notifications/markdown/checkin-asset.blade.php index 3d313f51dc54..01ab12f32c49 100644 --- a/resources/views/notifications/markdown/checkin-asset.blade.php +++ b/resources/views/notifications/markdown/checkin-asset.blade.php @@ -42,7 +42,7 @@ @endif @endcomponent -Thanks, +{{ trans('mail.best_regards') }} {{ $snipeSettings->site_name }} diff --git a/resources/views/notifications/markdown/checkin-license.blade.php b/resources/views/notifications/markdown/checkin-license.blade.php index 6a40cd453c83..0f14c4bfda79 100644 --- a/resources/views/notifications/markdown/checkin-license.blade.php +++ b/resources/views/notifications/markdown/checkin-license.blade.php @@ -24,7 +24,7 @@ @endif @endcomponent -Thanks, +{{ trans('mail.best_regards') }} {{ $snipeSettings->site_name }} diff --git a/resources/views/notifications/markdown/checkout-accessory.blade.php b/resources/views/notifications/markdown/checkout-accessory.blade.php index 421489914cfc..a3126f7aae35 100644 --- a/resources/views/notifications/markdown/checkout-accessory.blade.php +++ b/resources/views/notifications/markdown/checkout-accessory.blade.php @@ -47,7 +47,7 @@ @endif -Thanks, +{{ trans('mail.best_regards') }} {{ $snipeSettings->site_name }} diff --git a/resources/views/notifications/markdown/checkout-asset.blade.php b/resources/views/notifications/markdown/checkout-asset.blade.php index ba8939007312..8e6297897de4 100644 --- a/resources/views/notifications/markdown/checkout-asset.blade.php +++ b/resources/views/notifications/markdown/checkout-asset.blade.php @@ -64,7 +64,7 @@ @endif -Thanks, +{{ trans('mail.best_regards') }} {{ $snipeSettings->site_name }} diff --git a/resources/views/notifications/markdown/checkout-consumable.blade.php b/resources/views/notifications/markdown/checkout-consumable.blade.php index b4362d69bf07..06e73243cad6 100644 --- a/resources/views/notifications/markdown/checkout-consumable.blade.php +++ b/resources/views/notifications/markdown/checkout-consumable.blade.php @@ -44,7 +44,7 @@ @endif -Thanks, +{{ trans('mail.best_regards') }} {{ $snipeSettings->site_name }} diff --git a/resources/views/notifications/markdown/checkout-license.blade.php b/resources/views/notifications/markdown/checkout-license.blade.php index f8387511250d..08e1e5c76376 100644 --- a/resources/views/notifications/markdown/checkout-license.blade.php +++ b/resources/views/notifications/markdown/checkout-license.blade.php @@ -47,7 +47,7 @@ @endif -Thanks, +{{ trans('mail.best_regards') }} {{ $snipeSettings->site_name }} diff --git a/resources/views/notifications/markdown/report-expected-checkins.blade.php b/resources/views/notifications/markdown/report-expected-checkins.blade.php index 907c826072e0..f27555f97b7b 100644 --- a/resources/views/notifications/markdown/report-expected-checkins.blade.php +++ b/resources/views/notifications/markdown/report-expected-checkins.blade.php @@ -14,7 +14,7 @@ @endforeach @endcomponent -Thanks, +{{ trans('mail.best_regards') }} {{ $snipeSettings->site_name }}