From 12ccb04f76efbcc69fe0ceeb8bbedb87c5e603ed Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 9 Aug 2022 19:09:19 +1000 Subject: [PATCH] Update for messaging for client limits --- 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 0a6fa29897..184dd7b7a3 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -200,7 +200,7 @@ $LANG = array( 'removed_logo' => 'Successfully removed logo', 'sent_message' => 'Successfully sent message', 'invoice_error' => 'Please make sure to select a client and correct any errors', - 'limit_clients' => 'Sorry, this will exceed the limit of :count clients', + 'limit_clients' => 'Sorry, this will exceed the limit of :count clients. Please upgrade to a paid plan.', 'payment_error' => 'There was an error processing your payment. Please try again later.', 'registration_required' => 'Please sign up to email an invoice', 'confirmation_required' => 'Please confirm your email address, :link to resend the confirmation email.',