From b700310273eb52bad7a1ffa48f7ec20444f2a877 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 10 Jul 2024 16:41:02 +1000 Subject: [PATCH] Fixes for translations --- lang/da/texts.php | 2 +- lang/en/texts.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/da/texts.php b/lang/da/texts.php index 6612e9c386b6..4f9e288f350f 100644 --- a/lang/da/texts.php +++ b/lang/da/texts.php @@ -5285,7 +5285,7 @@ $lang = array( 'remind_quote' => 'Remind Quote', 'end_of_month' => 'End Of Month', 'tax_currency_mismatch' => 'Tax currency is different from invoice currency', - 'edocument_import_already_exists' => '\nThe invoice has already been imported on :date' + 'edocument_import_already_exists' => 'The invoice has already been imported on :date' ); return $lang; diff --git a/lang/en/texts.php b/lang/en/texts.php index 550c81dfd1a7..b5f852cc07e1 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5286,7 +5286,7 @@ $lang = array( 'remind_quote' => 'Remind Quote', 'end_of_month' => 'End Of Month', 'tax_currency_mismatch' => 'Tax currency is different from invoice currency', - 'edocument_import_already_exists' => '\nThe invoice has already been imported on :date', + 'edocument_import_already_exists' => 'The invoice has already been imported on :date', 'before_valid_until' => 'Before the valid until', 'after_valid_until' => 'After the valid until', 'task_assigned_notification' => 'Task Assigned Notification',