vpn: unify wording to "client IP address subnet"

This commit is contained in:
Franco Fichtner 2016-03-21 19:22:18 +01:00
parent 7a3fd1bdb1
commit 373adce5ff
2 changed files with 2 additions and 2 deletions

View File

@ -235,7 +235,7 @@ include("head.inc");
<td>
<input name="remoteip" type="text" id="remoteip" value="<?=$pconfig['remoteip'];?>" />
<div class="hidden" for="help_for_remoteip">
<?=gettext("Specify the starting address for the client IP addresses.");?>
<?=gettext("Specify the starting address for the client IP address subnet.");?>
</div>
</td>
</tr>

View File

@ -300,7 +300,7 @@ include("head.inc");
<td>
<input name="remoteip" type="text" id="remoteip" value="<?=htmlspecialchars($pconfig['remoteip']);?>" />
<div class="hidden" for="help_for_remoteip">
<?=gettext("Specify the starting address for the client IP subnet."); ?>
<?=gettext("Specify the starting address for the client IP address subnet."); ?>
</div>
</td>
</tr>