Skip to content

Commit 4c98364

Browse files
net/upnp: complete service improvements, more rewording
(proposed for inclusion, to merge with prior)
1 parent 22774fc commit 4c98364

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

net/upnp/src/www/services_upnp.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function miniupnpd_validate_port($port)
233233
</thead>
234234
<tbody>
235235
<tr>
236-
<td><a id="help_for_enable" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Enable");?></td>
236+
<td><a id="help_for_enable" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Enable service");?></td>
237237
<td>
238238
<input name="enable" type="checkbox" value="yes" <?=!empty($pconfig['enable']) ? "checked=\"checked\"" : ""; ?> />
239239
<div class="hidden" data-for="help_for_enable">
@@ -242,7 +242,7 @@ function miniupnpd_validate_port($port)
242242
</td>
243243
</tr>
244244
<tr>
245-
<td><a id="help_for_enable_upnp" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Allow UPnP IGD Port Mapping");?></td>
245+
<td><a id="help_for_enable_upnp" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Enable UPnP IGD protocol");?></td>
246246
<td>
247247
<input name="enable_upnp" type="checkbox" value="yes" <?=!empty($pconfig['enable_upnp']) ? "checked=\"checked\"" : ""; ?> />
248248
<div class="hidden" data-for="help_for_enable_upnp">
@@ -251,7 +251,7 @@ function miniupnpd_validate_port($port)
251251
</td>
252252
</tr>
253253
<tr>
254-
<td><a id="help_for_enable_natpmp" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Allow PCP/NAT-PMP Port Mapping");?></td>
254+
<td><a id="help_for_enable_natpmp" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Enable PCP/NAT-PMP protocols");?></td>
255255
<td>
256256
<input name="enable_natpmp" type="checkbox" value="yes" <?=!empty($pconfig['enable_natpmp']) ? "checked=\"checked\"" : ""; ?> />
257257
<div class="hidden" data-for="help_for_enable_natpmp">

0 commit comments

Comments
 (0)