Fix grammar. Missing period. (#5791)

Grammatical error - period missing.
This commit is contained in:
Paul Kelso 2022-05-28 17:25:06 +10:00 committed by GitHub
parent 021786612c
commit 37a1b761d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -398,7 +398,7 @@ $( document ).ready(function() {
<?=gettext("Prefer to use IPv4 even if IPv6 is available"); ?>
<div class="hidden" data-for="help_for_prefer_ipv4">
<?=gettext("By default, if a hostname resolves IPv6 and IPv4 addresses ".
"IPv6 will be used, if you check this option, IPv4 will be " .
"IPv6 will be used. If you check this option, IPv4 will be " .
"used instead of IPv6."); ?>
</div>
</td>