1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Merge pull request #10157 from beganovich/INV2-1626

Update translations
This commit is contained in:
David Bomba 2024-10-19 08:27:53 +11:00 committed by GitHub
commit 1a2cb9ca27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5360,7 +5360,8 @@ $lang = array(
'vat_not_registered' => 'Seller not VAT registered',
'small_company_info' => 'No disclosure of sales tax in accordance with § 19 UStG',
'log_duration_words' => 'Time log duration in words',
'log_duration' => 'Time log duration'
'log_duration' => 'Time log duration',
'search_placeholder' => 'Find invoices, clients, and more',
);
return $lang;