Skip to content

Commit

Permalink
Merge pull request #3290 from doktornotor/patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Dec 21, 2016
2 parents b67b143 + aaddb09 commit caee8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/local/www/status_upnp.php
Expand Up @@ -52,7 +52,7 @@
!$config['installedpackages']['miniupnpd']['config'][0]['iface_array'] ||
!$config['installedpackages']['miniupnpd']['config'][0]['enable']) {

print_info_box('UPnP is currently disabled.', 'danger');
print_info_box(sprintf(gettext('UPnP is currently disabled. It can be enabled here: %s%s%s.'), '<a href="pkg_edit.php?xml=miniupnpd.xml">', gettext('Services &gt; UPnP &amp; NAT-PMP'), '</a>'), 'danger');
include("foot.inc");
exit;
}
Expand Down

0 comments on commit caee8fc

Please sign in to comment.