diff --git a/lib/report_plugins/loopalyzer.js b/lib/report_plugins/loopalyzer.js index 61499c1ad10..c2e611e3852 100644 --- a/lib/report_plugins/loopalyzer.js +++ b/lib/report_plugins/loopalyzer.js @@ -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 } @@ -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