update helptext to reality (#3632)

This commit is contained in:
Michael 2019-08-08 09:22:09 +02:00 committed by Ad Schellevis
parent 1aad01cc92
commit d53c0b1b8b

View File

@ -328,7 +328,7 @@ include("head.inc");
<td>
<input type="checkbox" name="synchronizestaticroutes" value="on" <?=!empty($pconfig['synchronizestaticroutes']) ? "checked=\"checked\"" :"";?> />
<div class="hidden" data-for="help_for_synchronizestaticroutes">
<?=gettext('Synchronize the Static Route configuration to the other HA host.') ?>
<?=gettext('Synchronize the Static Route configuration and Gateways to the other HA host.') ?>
</div>
</td>
</tr>