diff --git a/net/zerotier/src/opnsense/mvc/app/views/OPNsense/Zerotier/overview.volt b/net/zerotier/src/opnsense/mvc/app/views/OPNsense/Zerotier/overview.volt
index 291a674b9..e09cb8400 100644
--- a/net/zerotier/src/opnsense/mvc/app/views/OPNsense/Zerotier/overview.volt
+++ b/net/zerotier/src/opnsense/mvc/app/views/OPNsense/Zerotier/overview.volt
@@ -65,15 +65,15 @@ POSSIBILITY OF SUCH DAMAGE.
- | {{ lang._("physical") }} |
+ {{ lang._('physical') }} |
{{ config["physical"] ? 'true' : 'false' }} |
- | {{ lang._("settings") }} |
- {{ lang._("portMappingEnabled") }} |
- {{ lang._("primaryPort") }} |
- {{ lang._("softwareUpdate") }} |
- {{ lang._("softwareUpdateChannel") }} |
+ {{ lang._('settings') }} |
+ {{ lang._('portMappingEnabled') }} |
+ {{ lang._('primaryPort') }} |
+ {{ lang._('softwareUpdate') }} |
+ {{ lang._('softwareUpdateChannel') }} |
| |
@@ -89,7 +89,7 @@ POSSIBILITY OF SUCH DAMAGE.
{% endif %}
{% elsefor %}
- | {{ lang._("Unable to retrieve Zerotier information. Is the service enabled and is there internet connectivity?") }} |
+ | {{ lang._('Unable to retrieve Zerotier information. Is the service enabled and is there internet connectivity?') }} |
{% endfor %}
@@ -106,11 +106,11 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
- {{ lang._("Network Id") }} : {{ network['nwid'] | e }} ({{ network['name'] | e }})
+ {{ lang._('Network Id') }} : {{ network['nwid'] | e }} ({{ network['name'] | e }})
{% if networksFirstRow == true %}
{% set networksFirstRow = false %}
-
+
{% endif %}
|
@@ -133,7 +133,7 @@ POSSIBILITY OF SUCH DAMAGE.
{% if key == "assignedAddresses" %}
- | {{ lang._("Addresses") }} | {{ lang._('Addresses') }}
@@ -145,17 +145,17 @@ POSSIBILITY OF SUCH DAMAGE.
{% endfor %}
{% else %}
- | {{ lang._("No addresses currently defined.") }} |
+ {{ lang._('No addresses currently defined.') }} |
{% endif %}
{% elseif key == "routes" %}
- | {{ lang._("target") }} |
- {{ lang._("via") }} |
- {{ lang._("metric") }} |
- {{ lang._("flags") }} |
+ {{ lang._('target') }} |
+ {{ lang._('via') }} |
+ {{ lang._('metric') }} |
+ {{ lang._('flags') }} |
@@ -170,7 +170,7 @@ POSSIBILITY OF SUCH DAMAGE.
{% endfor %}
{% else %}
- | {{ lang._("No routes currently defined.") }} |
+ | {{ lang._('No routes currently defined.') }} |
{% endif %}
{% endif %}
@@ -186,7 +186,7 @@ POSSIBILITY OF SUCH DAMAGE.
{% elsefor %}
- {{ lang._("Unable to retrieve Zerotier network information. Is the service enabled, do you have enabled networks and is there internet connectivity?") }}
+ {{ lang._('Unable to retrieve Zerotier network information. Is the service enabled, do you have enabled networks and is there internet connectivity?') }}
{% endfor %}
@@ -204,11 +204,11 @@ POSSIBILITY OF SUCH DAMAGE.
|
- {{ lang._("Peer") }} : {{ peer['address'] | e }} ({{ peer['role'] | e }})
+ {{ lang._('Peer') }} : {{ peer['address'] | e }} ({{ peer['role'] | e }})
{% if peersFirstRow == true %}
{% set peersFirstRow = false %}
-
+
{% endif %}
|
@@ -231,14 +231,14 @@ POSSIBILITY OF SUCH DAMAGE.
{% if key == "paths" %}
- | {{ lang._("active") }} |
- {{ lang._("address") }} |
- {{ lang._("expired") }} |
- {{ lang._("lastReceive") }} |
- {{ lang._("lastSend") }} |
- {{ lang._("linkQuality") }} |
- {{ lang._("preferred") }} |
- {{ lang._("trustedPathId") }} |
+ {{ lang._('active') }} |
+ {{ lang._('address') }} |
+ {{ lang._('expired') }} |
+ {{ lang._('lastReceive') }} |
+ {{ lang._('lastSend') }} |
+ {{ lang._('linkQuality') }} |
+ {{ lang._('preferred') }} |
+ {{ lang._('trustedPathId') }} |
@@ -258,7 +258,7 @@ POSSIBILITY OF SUCH DAMAGE.
{% endfor %}
{% else %}
- | {{ lang._("No routes currently defined.") }} |
+ {{ lang._('No routes currently defined.') }} |
{% endif %}
@@ -275,7 +275,7 @@ POSSIBILITY OF SUCH DAMAGE.
{% elsefor %}
- {{ lang._("Unable to retrieve Zerotier peer information. Is the service enabled and is there internet connectivity?") }}
+ {{ lang._('Unable to retrieve Zerotier peer information. Is the service enabled and is there internet connectivity?') }}
{% endfor %}