mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fixes for translations
This commit is contained in:
parent
8e75e0d2ca
commit
b700310273
@ -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;
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user