Routingm, gateways. what's in a name, discussed in https://github.com/opnsense/core/issues/2279 with @mimugmail

This commit is contained in:
Ad Schellevis 2019-04-13 17:31:28 +02:00
parent 4cc7157d78
commit 2d3e6de0de

View File

@ -553,11 +553,11 @@ $( document ).ready(function() {
</td>
</tr>
<tr>
<td><a id="help_for_defaultgw" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Default Gateway"); ?></td>
<td><a id="help_for_defaultgw" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("WAN Gateway"); ?></td>
<td>
<input name="defaultgw" type="checkbox" value="yes" <?=!empty($pconfig['defaultgw']) ? "checked=\"checked\"" : "";?> />
<div class="hidden" data-for="help_for_defaultgw">
<?= gettext('This will select the above gateway as the default gateway.') ?>
<?= gettext('This will select the above gateway as a default gateway candidate.') ?>
</div>
</td>
</tr>