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

Merge branch 'v5-develop' into 1630-webhooks

Signed-off-by: David Bomba <turbo124@gmail.com>
This commit is contained in:
David Bomba 2024-10-19 08:31:39 +11:00 committed by GitHub
commit 526e1f22b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5365,6 +5365,7 @@ $lang = array(
'credit_status_changed' => 'Please note that the status of your credit has been updated. We recommend refreshing the page to view the most current version.',
'credit_updated' => 'Credit Updated',
'payment_updated' => 'Payment Updated',
'search_placeholder' => 'Find invoices, clients, and more',
);
return $lang;