diff options
Diffstat (limited to 'usr/local/www/interfaces_bridge_edit.php')
-rw-r--r-- | usr/local/www/interfaces_bridge_edit.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/interfaces_bridge_edit.php b/usr/local/www/interfaces_bridge_edit.php index 1a32ff5..8a9afb4 100644 --- a/usr/local/www/interfaces_bridge_edit.php +++ b/usr/local/www/interfaces_bridge_edit.php @@ -439,7 +439,7 @@ function show_source_port_range() { "the bridge."); ?> </span> <p class="vexpl"><span class="red"><strong> - <?=gettext("Note"); ?>:<br> + <?=gettext("Note:"); ?><br> </strong></span> <?=gettext("The span interface cannot be part of the bridge member interfaces."); ?> </span> @@ -483,7 +483,7 @@ function show_source_port_range() { <?=gettext("Allow interface to automatically detect edge status. This is the " . "default for all interfaces added to a bridge."); ?> <p class="vexpl"><span class="red"><strong> - <?=gettext("Note"); ?>:<br> + <?=gettext("Note:"); ?><br> </strong></span> <?=gettext("This will disable the autoedge status of interfaces."); ?> </span></td> @@ -527,7 +527,7 @@ function show_source_port_range() { "checking the full duplex link status. This is the default for " . "interfaces added to the bridge."); ?> <p class="vexpl"><span class="red"><strong> - <?=gettext("Note"); ?>:<br> + <?=gettext("Note:"); ?><br> </strong></span> <?=gettext("The interfaces selected here will be removed from default autoedge status."); ?> </span></td> |