From 8d05990b2a397b8d35ae091d6e9814dd75a807b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 16 Jul 2021 10:03:00 +0200 Subject: [PATCH] Fix typo --- resources/lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index d8dc7215ad79..2bff23717e28 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4277,7 +4277,7 @@ $LANG = array( 'email_sent' => 'E-mail sent, please check your inbox.', 'one_time_purchases' => 'One time purchases', 'recurring_purchases' => 'Recurring purchases', - 'you_might_be_interested_in_following' => 'You might be interested in following', + 'you_might_be_interested_in_following' => 'You might be interested in the following', 'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.', 'no_quotes_available_for_download' => 'No quotes available for download.', 'copyright' => 'Copyright',