From bde1ad9b05adfc8181dd851587d6f70101e4e91e Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Tue, 17 Sep 2024 22:35:07 -0700 Subject: [PATCH] fix: missing question for _APP_EMAIL_CERTIFICATES during install Because the variable is required and there is no default, the user is prompted to supply a value, but because there is no question set, the user won't know what to fill in. --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index 70d0bcee1c..113fbae335 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -193,7 +193,7 @@ return [ 'introduction' => '1.5.1', 'default' => '', 'required' => true, - 'question' => '', + 'question' => 'Enter an email that will be used when registering for SSL certificates', 'filter' => '' ], [