Merge pull request #4094 from t3duk/next

Fix a grammar mistake for the helper tip for Direction
This commit is contained in:
🏔️ Peak 2024-11-01 16:21:01 +01:00 committed by GitHub
commit 298dc2c04d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 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>