From 7d03a4416eed5871eb08317aeea4ea97c01922e0 Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 25 Feb 2025 13:54:47 +0100 Subject: [PATCH] Correct description for month of the year QSOs --- application/views/dayswithqso/index.php | 1 + assets/js/sections/dayswithqso.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/application/views/dayswithqso/index.php b/application/views/dayswithqso/index.php index 3b0e71a9d..a6b998151 100644 --- a/application/views/dayswithqso/index.php +++ b/application/views/dayswithqso/index.php @@ -1,6 +1,7 @@
diff --git a/assets/js/sections/dayswithqso.js b/assets/js/sections/dayswithqso.js index 2f4e9c0d5..bf3227cc8 100644 --- a/assets/js/sections/dayswithqso.js +++ b/assets/js/sections/dayswithqso.js @@ -128,7 +128,7 @@ function months() { data: { labels: labels, datasets: [{ - label: lang_qsos_this_weekday, + label: lang_qsos_this_month, data: dataDays, backgroundColor: 'rgba(54, 162, 235, 0.2)', borderColor: 'rgba(54, 162, 235, 1)',