fix: grammar for helper

This commit is contained in:
Ted 2024-10-31 19:46:11 +00:00
parent be38e3273e
commit ced0d1f6e9
No known key found for this signature in database
GPG key ID: CB7A7CCC73CD6D6F

View file

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