From 80f20f76bf90a9a3573a2d217c08e1f26359e2b5 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 22 Feb 2021 17:57:51 +0200 Subject: [PATCH] Fix typo --- 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 bac910ef8..14b29bc45 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. Use anempty string to disable all mail sending from the server. The default value for this variable is an empty string', + 'description' => 'SMTP server host name address. Use an empty string to disable all mail sending from the server. The default value for this variable is an empty string', 'introduction' => '', 'default' => '', 'required' => false,