Correct description for month of the year QSOs

This commit is contained in:
phl0
2025-02-25 13:54:47 +01:00
parent eafe5768b5
commit 7d03a4416e
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<script>
var lang_days_with_qso_short = "<?= __("Days with QSOs"); ?>";
var lang_qsos_this_weekday = "<?= __('Number of QSOs for this day of the week'); ?>";
var lang_qsos_this_month = "<?= __('Number of QSOs for this month of the year'); ?>";
</script>
<div class="container">

View File

@@ -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)',