mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
luci-app-turboacc-mtk: fix typo
This commit is contained in:
parent
721630c5c4
commit
4ff90cc755
@ -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}`]))
|
||||
]));
|
||||
|
@ -195,5 +195,5 @@ msgstr "重启后应用此项设置。"
|
||||
msgid "Number of HNAT PPE"
|
||||
msgstr "HNAT PPE数量"
|
||||
|
||||
msgid "Bind Entrys"
|
||||
msgid "Bind Entries"
|
||||
msgstr "已绑定连接数"
|
||||
|
Loading…
x
Reference in New Issue
Block a user