From 5f1f31f4665fee4c9f57f2db7df530dafd7aa4be Mon Sep 17 00:00:00 2001 From: Manuel Fombuena Date: Mon, 4 Dec 2023 14:56:15 +0000 Subject: 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 --- .../luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/luci-mod-dsl/htdocs/luci-static') 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 ] ]), -- cgit v1.2.3