File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments