From 6b10f5a20017faa49bf482bd193e83b3821bf81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 14 Feb 2022 11:04:46 +0300 Subject: [PATCH] added new error text. --- resources/lang/en-GB/modules.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en-GB/modules.php b/resources/lang/en-GB/modules.php index f6c10851a..217da08d2 100644 --- a/resources/lang/en-GB/modules.php +++ b/resources/lang/en-GB/modules.php @@ -60,6 +60,7 @@ return [ ], 'errors' => [ + 'purchase' => 'You should purchase/renew :module!', 'download' => 'Not able to download :module', 'zip' => 'Not able to create :module zip file', 'unzip' => 'Not able to unzip :module',