1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Use the correct 'End Of Line' symbol for selected platform.

This commit is contained in:
Dmitriy Fishman 2021-05-11 14:35:58 +03:00
parent a57174ae80
commit 0256c9f59a

View file

@ -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',