Merge pull request #4168 from jhKessler/include-tip-in-www-redirect-helper

chore: edit www helper
This commit is contained in:
🏔️ Peak
2024-11-08 14:40:38 +01:00
committed by GitHub

View File

@@ -70,7 +70,7 @@
</div> </div>
<div class="flex items-end gap-2"> <div class="flex items-end gap-2">
<x-forms.select label="Direction" id="application.redirect" required <x-forms.select label="Direction" id="application.redirect" required
helper="You need to add both the www and non-www A DNS records pointing to your server."> helper="You must need to add www and non-www as an A DNS record. Make sure the www domain is added under Domains.">
<option value="both">Allow www & non-www.</option> <option value="both">Allow www & non-www.</option>
<option value="www">Redirect to www.</option> <option value="www">Redirect to www.</option>
<option value="non-www">Redirect to non-www.</option> <option value="non-www">Redirect to non-www.</option>