From eab480601d890804bc66d9c578d52266fee68095 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 22 Feb 2021 17:57:17 +0200 Subject: [PATCH] Updated docs --- 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 68e851a7ce..bac910ef81 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -255,7 +255,7 @@ return [ 'variables' => [ [ 'name' => '_APP_SMTP_HOST', - 'description' => 'SMTP server host name address. Default value is an empty string. Use an empty string to disable all mail sending from the server.', + 'description' => 'SMTP server host name address. Use anempty string to disable all mail sending from the server. The default value for this variable is an empty string', 'introduction' => '', 'default' => '', 'required' => false,