Skip to content

Commit

Permalink
#nightscout#6523 Typo in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mg80 committed Jan 14, 2021
1 parent c0b96a7 commit 68d3667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/report_plugins/loopalyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ loopalyzer.generateReport = function(datastorage, daysToShow, options) {
markings.push({ xaxis: { from: timeShiftStartTime.toDate(), to: timeShiftStopTime.toDate() }, color: timeShiftBackgroundColor });
var chartBasalData = [{
data: basalsAvg
, label: translate('Basal profile')
, label: translate('Basal Profile')
, id: 'basals'
, color: basalColor
, points: { show: false }
Expand Down Expand Up @@ -1133,7 +1133,7 @@ loopalyzer.generateReport = function(datastorage, daysToShow, options) {
markings.push({ yaxis: { from: low, to: high }, color: glucoseRangeColor });

var chartBGData = [{
label: translate('Blood glucose')
label: translate('Blood Glucose')
, data: sgvAvg
, id: 'glucose'
, color: glucoseColor
Expand Down

0 comments on commit 68d3667

Please sign in to comment.