summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
diff options
context:
space:
mode:
authorPaul Donald <newtwen+github@gmail.com>2024-11-29 01:09:56 +0100
committerPaul Donald <newtwen+github@gmail.com>2024-11-29 01:09:56 +0100
commit98662b0834f12bc218b339609f4f7da3088673fc (patch)
treeb25fba9b6c5313c30448e34b2cdd4a69c4e75afc /applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
parent0a6a2f1fc5cbea81531e2c24ded46b4ecba27647 (diff)
luci-app-firewall: fix some strings
i18n refresh Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js')
-rw-r--r--applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
index 41b9834707..bf2d6cf3c7 100644
--- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
+++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
@@ -74,7 +74,7 @@ return view.extend({
if (L.hasSystemFeature('offloading')) {
s = m.section(form.TypedSection, 'defaults', _('Routing/NAT Offloading'),
- _('Experimental feature. Not fully compatible with QoS/SQM.'));
+ _('Not fully compatible with QoS/SQM.'));
s.anonymous = true;
s.addremove = false;