mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
vpn: unify wording to "client IP address subnet"
This commit is contained in:
parent
7a3fd1bdb1
commit
373adce5ff
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user