luci-app-statistics: Fix wrong label for DSL ATTNDR.
authorDominik Riebeling <[email protected]>
Sun, 2 Jul 2023 19:22:07 +0000 (21:22 +0200)
committerDominik Riebeling <[email protected]>
Sun, 2 Jul 2023 19:27:04 +0000 (21:27 +0200)
Signed-off-by: Dominik Riebeling <[email protected]>
applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dsl.js

index a579ac81c608e27415768e24b24bb6ed20f48e6d..b81542c570504c3ff1068e340ef0d25d158fbefc 100644 (file)
@@ -110,12 +110,12 @@ return L.Class.extend({
                                },
                                options: {
                                        bitrate_attndr_up: {
-                                               title: "Attenuation Up (ATTNDR)",
+                                               title: "Max. Attainable Data Rate (ATTNDR) Up",
                                                noarea: true,
                                                overlay: true
                                        },
                                        bitrate_attndr_down: {
-                                               title: "Attenuation Down (ATTNDR)",
+                                               title: "Max. Attainable Data Rate (ATTNDR) Down",
                                                noarea: true,
                                                overlay: true
                                        },