luci-app-usteer: fix copy/paste mistake

luci-app-usteer: fix copy/paste mistake

Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
This commit is contained in:
Ramon Van Gorkom
2026-03-18 18:45:12 +01:00
committed by Paul Donald
parent 1d7fa8163c
commit 18e0538348

View File

@@ -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';
}