1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Merge pull request #1135 from fishmandev/fix-NA--submit-a-pull-request-section-to-config-variables

Use the correct 'End Of Line' symbol for selected platform.
This commit is contained in:
Eldad A. Fux 2021-06-20 16:00:30 +03:00 committed by GitHub
commit 32b890a553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,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.',
'filter' => ''
],
[