From 18e05383481b3d551c808134c59a67b1b82d36ea Mon Sep 17 00:00:00 2001 From: Ramon Van Gorkom Date: Wed, 18 Mar 2026 18:45:12 +0100 Subject: [PATCH] luci-app-usteer: fix copy/paste mistake luci-app-usteer: fix copy/paste mistake Signed-off-by: Ramon Van Gorkom --- .../htdocs/luci-static/resources/view/usteer/usteer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js b/applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js index a55cb2e8d9..fc9943de0b 100644 --- a/applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js +++ b/applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js @@ -730,8 +730,7 @@ return view.extend({ o.value('1', _('1 Passive BSS-transition-request')); o.value('2', _('2 BSS-transition-request with disassociation imminent')); o.value('3', _('3 BSS-transition-request with disassociation imminent and timer')); - o.value('4', _('4 Network packet info')); - o.value('5', _('5 BSS-transition-request with disassociation imminent, timer and forced disassociation')); + o.value('4', _('4 BSS-transition-request with disassociation imminent, timer and forced disassociation')); o.optional = true; o.datatype = 'uinteger'; }