luci-app-statistics: Fix wrong label for DSL ATTNDR.
Signed-off-by: Dominik Riebeling <bluebrother@posteo.de>
This commit is contained in:
parent
0f39d0b976
commit
018f37225e
1 changed files with 2 additions and 2 deletions
|
@ -110,12 +110,12 @@ return L.Class.extend({
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
bitrate_attndr_up: {
|
bitrate_attndr_up: {
|
||||||
title: "Attenuation Up (ATTNDR)",
|
title: "Max. Attainable Data Rate (ATTNDR) Up",
|
||||||
noarea: true,
|
noarea: true,
|
||||||
overlay: true
|
overlay: true
|
||||||
},
|
},
|
||||||
bitrate_attndr_down: {
|
bitrate_attndr_down: {
|
||||||
title: "Attenuation Down (ATTNDR)",
|
title: "Max. Attainable Data Rate (ATTNDR) Down",
|
||||||
noarea: true,
|
noarea: true,
|
||||||
overlay: true
|
overlay: true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue