From 459f95bde301d21a0916d437e54ee3bdc39e8fb3 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 1 Feb 2021 18:36:37 +1100 Subject: [PATCH] Fixes for lang file --- resources/lang/en/texts.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index a969d5acbabc..2a0666a8c9fc 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3968,14 +3968,8 @@ $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. - """, - "cancellation_warning" => """ - Warning! You are requesting a cancellation of this service.\n - Your service may be cancelled with no further notification to you. - """, + "about_cancellation" => "In case you want to stop the recurring invoice,\n 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", "payment_details" => "Details of the payment",