luci-app-turboacc-mtk: fix typo

This commit is contained in:
hanwckf 2024-01-01 09:42:19 +08:00
parent 721630c5c4
commit 4ff90cc755
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ return view.extend({
for (var i=0; i<ppe_num; i++) {
acc_status.appendChild(E('tr', {}, [
E('td', { 'width': '33%' }, `PPE${i} ` + _('Bind Entrys')),
E('td', { 'width': '33%' }, `PPE${i} ` + _('Bind Entries')),
E('td', {'id': `ppe${i}_entry` },
progressbar(ppe_stats[`BIND_PPE${i}`], ppe_stats[`ALL_PPE${i}`]))
]));

View File

@ -195,5 +195,5 @@ msgstr "重启后应用此项设置。"
msgid "Number of HNAT PPE"
msgstr "HNAT PPE数量"
msgid "Bind Entrys"
msgid "Bind Entries"
msgstr "已绑定连接数"