summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/interfaces_bridge_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_bridge_edit.php b/usr/local/www/interfaces_bridge_edit.php
index 8a9afb4..6408fc0 100644
--- a/usr/local/www/interfaces_bridge_edit.php
+++ b/usr/local/www/interfaces_bridge_edit.php
@@ -278,7 +278,7 @@ function show_source_port_range() {
</td>
</tr>
<tr style="display:none" id="sprtable1" name="sprtable1">
- <td valign="top" class="vncell" align="middle">RSTP/STP </td>
+ <td valign="top" class="vncell" align="middle"><?=gettext("RSTP/STP"); ?> </td>
<td class="vtable">
<input type="checkbox" name="enablestp" id="enablestp" <?php if ($pconfig['enablestp']) echo "checked";?>>
<span class="vexpl"><strong><?=gettext("Enable spanning tree options for this bridge."); ?> </strong></span>
OpenPOWER on IntegriCloud