From 7d96186fa9db80dc851192602e25bc2ee9cf25c6 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 2 Feb 2021 15:55:50 +0100 Subject: [PATCH] fixes typos --- 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 6d7efcfc99..ce251e375f 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -105,7 +105,7 @@ return [ ], [ 'name' => '_APP_SYSTEM_SECURITY_EMAIL_ADDRESS', - 'description' => 'This is the email address that used to issue SSL certificates for the domains or the user agent in webhooks. The default value is \'security@localhost.test\'.', + 'description' => 'This is the email address used to issue SSL certificates for custom domains or the user agent in webhooks. The default value is \'security@localhost.test\'.', 'introduction' => '0.7.0', 'default' => 'security@localhost.test', 'required' => false,