Commit 373adce5 authored by Franco Fichtner's avatar Franco Fichtner

vpn: unify wording to "client IP address subnet"

parent 7a3fd1bd
...@@ -235,7 +235,7 @@ include("head.inc"); ...@@ -235,7 +235,7 @@ include("head.inc");
<td> <td>
<input name="remoteip" type="text" id="remoteip" value="<?=$pconfig['remoteip'];?>" /> <input name="remoteip" type="text" id="remoteip" value="<?=$pconfig['remoteip'];?>" />
<div class="hidden" for="help_for_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> </div>
</td> </td>
</tr> </tr>
......
...@@ -300,7 +300,7 @@ include("head.inc"); ...@@ -300,7 +300,7 @@ include("head.inc");
<td> <td>
<input name="remoteip" type="text" id="remoteip" value="<?=htmlspecialchars($pconfig['remoteip']);?>" /> <input name="remoteip" type="text" id="remoteip" value="<?=htmlspecialchars($pconfig['remoteip']);?>" />
<div class="hidden" for="help_for_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> </div>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment