diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index aad751c0a..bd40a597b 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= zerotier PLUGIN_VERSION= 1.3.2 -PLUGIN_REVISION= 5 +PLUGIN_REVISION= 6 PLUGIN_COMMENT= Virtual Networks That Just Work PLUGIN_DEPENDS= zerotier PLUGIN_MAINTAINER= dharrigan@gmail.com diff --git a/net/zerotier/src/opnsense/mvc/app/views/OPNsense/Zerotier/index.volt b/net/zerotier/src/opnsense/mvc/app/views/OPNsense/Zerotier/index.volt index 55eb6159e..f71aedc92 100644 --- a/net/zerotier/src/opnsense/mvc/app/views/OPNsense/Zerotier/index.volt +++ b/net/zerotier/src/opnsense/mvc/app/views/OPNsense/Zerotier/index.volt @@ -98,10 +98,10 @@ POSSIBILITY OF SUCH DAMAGE.
| {{ lang._('Enabled') }} | -{{ lang._('Network Id') }} | -{{ lang._('Local Description') }} | -{{ lang._('Commands') }} | +{{ lang._('Enabled') }} | +{{ lang._('Network Id') }} | +{{ lang._('Local Description') }} | +{{ lang._('Commands') }} | {{ lang._('ID') }} |
|---|