From: Paul Donald Date: Wed, 16 Jul 2025 14:08:57 +0000 (+0200) Subject: luci-proto-vxlan: peers -> peer spelling fix X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1f2929fb49ada94c8a6aa268df048ce3911ccb4f;p=project%2Fluci.git luci-proto-vxlan: peers -> peer spelling fix follow-up to cbd37919aef5d895f10a90a35fb1a18610792bfb Signed-off-by: Paul Donald (cherry picked from commit 1352d75f1aeb6f9a6745596361261667499f30ac) --- diff --git a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js index ea8840d65e..b83381a6c6 100644 --- a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js +++ b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js @@ -179,7 +179,7 @@ return network.registerProtocol('vxlan6', { } catch(e) {} - o = s.taboption('peers', form.SectionValue, '_peers', form.GridSection, 'vxlan_peers'); + o = s.taboption('peers', form.SectionValue, '_peers', form.GridSection, 'vxlan_peer'); o.depends('proto', 'vxlan'); var ss = o.subsection;