mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Correct description for month of the year QSOs
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user