From 0256c9f59a591e49de2831c62ade648de2c03186 Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Tue, 11 May 2021 14:35:58 +0300 Subject: [PATCH] Use the correct 'End Of Line' symbol for selected platform. --- 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 cd7db9ba66..5e8c683737 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -53,7 +53,7 @@ return [ 'introduction' => '', 'default' => 'localhost', 'required' => true, - 'question' => 'Enter a DNS A record hostname to serve as a CNAME for your custom domains.\nYou can use the same value as used for the Appwrite hostname.', + 'question' => 'Enter a DNS A record hostname to serve as a CNAME for your custom domains.' . PHP_EOL . 'You can use the same value as used for the Appwrite hostname.', ], [ 'name' => '_APP_CONSOLE_WHITELIST_EMAILS',