diff --git a/src/www/firewall_virtual_ip_edit.php b/src/www/firewall_virtual_ip_edit.php
index b7775c810..81782861d 100644
--- a/src/www/firewall_virtual_ip_edit.php
+++ b/src/www/firewall_virtual_ip_edit.php
@@ -263,7 +263,7 @@ $( document ).ready(function() {
case "ipalias":
$("#type").prop("selectedIndex",0);
$("#subnet_bits").attr('disabled', false);
- $("#typenote").html("=gettext("Please provide a single IP address");?>");
+ $("#typenote").html("=gettext("Please provide a single IP address.");?>");
break;
case "carp":
$("#type").prop("selectedIndex",0);
@@ -353,7 +353,7 @@ $( document ).ready(function() {
- =gettext("The frequency that this machine will advertise. 0 means usually master. Otherwise the lowest combination of both values in the cluster determines the master.");?>
+ =gettext("The frequency that this machine will advertise. 0 usually means master. Otherwise the lowest combination of both values in the cluster determines the master.");?>
@@ -476,7 +476,7 @@ $( document ).ready(function() {
=gettext("Note:");?>
- =gettext("Proxy ARP and Other type Virtual IPs cannot be bound to by anything running on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type address for these cases.");?>
+ =gettext("Proxy ARP and other type Virtual IPs cannot be bound to by anything running on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type address for these cases.");?>
=gettext("For more information on CARP and the above values, visit the OpenBSD ");?> =gettext("CARP FAQ"); ?>.