From 5de5c34b1635d6d55979fbb6d7d3b330f76a2b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 18 Oct 2024 18:52:59 +0200 Subject: [PATCH 1/2] update translations --- lang/en/texts.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 6089824a10..75936e824d 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -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; From c81bb8e22f4a16bf25d22b062c7b9fbde3d5c182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 18 Oct 2024 18:53:09 +0200 Subject: [PATCH 2/2] add comma --- lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 75936e824d..4948c06c90 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5361,7 +5361,7 @@ $lang = array( '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', - 'search_placeholder' => 'Find invoices, clients, and more' + 'search_placeholder' => 'Find invoices, clients, and more', ); return $lang;