From 9a67ff6f2c52650b6f59cc118039684f38edb3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 29 Mar 2021 16:32:23 +0200 Subject: [PATCH] wip --- resources/lang/en/texts.php | 2 +- .../portal/ninja2020/recurring_invoices/show.blade.php | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 311f2c8b26af..408d8a4add7b 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3968,7 +3968,7 @@ $LANG = array( 'list_of_recurring_invoices' => 'List of recurring invoices', 'details_of_recurring_invoice' => 'Here are some details about recurring invoice', 'cancellation' => 'Cancellation', - 'about_cancellation' => 'In case you want to stop the recurring invoice,\n please click the request the cancellation.', + 'about_cancellation' => 'In case you want to stop the recurring invoice, please click the request the cancellation.', 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service.\n Your service may be cancelled with no further notification to you.', 'cancellation_pending' => 'Cancellation pending, we\'ll be in touch!', 'list_of_payments' => 'List of payments', diff --git a/resources/views/portal/ninja2020/recurring_invoices/show.blade.php b/resources/views/portal/ninja2020/recurring_invoices/show.blade.php index f126a683aa9b..3509eed15064 100644 --- a/resources/views/portal/ninja2020/recurring_invoices/show.blade.php +++ b/resources/views/portal/ninja2020/recurring_invoices/show.blade.php @@ -57,7 +57,8 @@ -
+ +
@@ -72,7 +73,8 @@
- + @include('portal.ninja2020.recurring_invoices.includes.modals.cancellation')