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',