From 5f211f3cf12c31754cf9ae15e86b1f9976a70e3b Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 6 Nov 2021 16:53:57 +0100 Subject: [PATCH] Updated comment --- application/config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/app.php b/application/config/app.php index e203d286..884f7bea 100644 --- a/application/config/app.php +++ b/application/config/app.php @@ -11,6 +11,6 @@ $config['version'] = '1.4.2'; // This must be changed manually. -$config['release_label'] = ''; // Leave empty for no title or add Alpha, Beta etc ... +$config['release_label'] = ''; // Leave empty or add Alpha, Beta, Custom etc ... $config['debug'] = Config::DEBUG_MODE;