mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/upnp: fix encoding in literal string
This commit is contained in:
@@ -276,7 +276,7 @@ include("head.inc");
|
||||
<td>
|
||||
<input name="logpackets" type="checkbox" value="yes" <?=!empty($pconfig['logpackets']) ? "checked=\"checked\"" : ""; ?> />
|
||||
<div class="hidden" for="help_for_logpackets">
|
||||
<?=gettext("Log packets handled by UPnP & NAT-PMP rules?");?>
|
||||
<?=gettext("Log packets handled by UPnP and NAT-PMP rules?");?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user