diff options
author | Manuel Fombuena <mfombuena@innovara.co.uk> | 2023-12-04 14:56:15 +0000 |
---|---|---|
committer | Manuel Fombuena <mfombuena@innovara.co.uk> | 2023-12-04 14:56:15 +0000 |
commit | 5f1f31f4665fee4c9f57f2db7df530dafd7aa4be (patch) | |
tree | e035a4d5f6c868188bcd6a0faf357b5153054fa6 /modules/luci-mod-dsl/htdocs/luci-static/resources/view | |
parent | e3466bd83be36bc1d62257fac3e1635fe18133ba (diff) |
luci-mod-dsl: amend ATM HEC wording
Amend ATM HEC label on stats.js
Update i18n strings for ATM Header Error Control
Signed-off-by: Manuel Fombuena <mfombuena@innovara.co.uk>
Diffstat (limited to 'modules/luci-mod-dsl/htdocs/luci-static/resources/view')
-rw-r--r-- | modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js b/modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js index 5dcdebfd5d..ee9b1d20e1 100644 --- a/modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js +++ b/modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js @@ -154,7 +154,7 @@ return view.extend({ E('h4', {}, [ _('Data Path Counters') ]), this.renderTable([ - [ _('ATM Header Error Code Errors (HEC-P)'), '%d', data.errors.near.hec, data.errors.far.hec ], + [ _('ATM Header Error Control Errors (HEC-P)'), '%d', data.errors.near.hec, data.errors.far.hec ], [ _('PTM Non Pre-emptive CRC Errors (CRC-P)'), '%d', data.errors.near.crc_p, data.errors.far.crc_p ], [ _('PTM Pre-emptive CRC Errors (CRCP-P)'), '%d', data.errors.near.crcp_p, data.errors.far.crcp_p ] ]), |