1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

update translations

This commit is contained in:
Benjamin Beganović 2024-10-22 17:59:54 +02:00
parent d62af022cb
commit 27cbf4abf6

View File

@ -5403,8 +5403,8 @@ $lang = array(
'payment_updated' => 'Payment Updated',
'search_placeholder' => 'Find invoices, clients, and more',
'invalid_vat_number' => "The VAT number is not valid for the selected country. Format should be Country Code followed by number only ie, DE123456789",
'act_as_sender' => 'Act as Sender',
'act_as_receiver' => 'Act as Receiver',
'acts_as_sender' => 'Acts as Sender',
'acts_as_receiver' => 'Acts as Receiver',
);
return $lang;