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] 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;