diff --git a/dns/rfc2136/Makefile b/dns/rfc2136/Makefile index 60544e8da..3b45dd69c 100644 --- a/dns/rfc2136/Makefile +++ b/dns/rfc2136/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= rfc2136 PLUGIN_VERSION= 1.3 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= RFC-2136 Support PLUGIN_MAINTAINER= franco@opnsense.org PLUGIN_DEPENDS= bind912 diff --git a/dns/rfc2136/src/www/widgets/widgets/rfc2136.widget.php b/dns/rfc2136/src/www/widgets/widgets/rfc2136.widget.php index 4024bee35..00cbd945d 100644 --- a/dns/rfc2136/src/www/widgets/widgets/rfc2136.widget.php +++ b/dns/rfc2136/src/www/widgets/widgets/rfc2136.widget.php @@ -95,10 +95,10 @@ if (!empty($_REQUEST['getrfc2136status'])) {
| =gettext("Interface");?> | -=gettext("Server");?> | -=gettext("Hostname");?> | -=gettext("Cached IP");?> | +=gettext("Interface");?> | +=gettext("Server");?> | +=gettext("Hostname");?> | +=gettext("Cached IP");?> |
|---|