Skip to content

Commit 655fe60

Browse files
Merge pull request #455 from tidepool-org/WEB-3415-blood-glucose-heading-update
[WEB-3415] blood glucose heading update
2 parents 1d1796a + ca7db9a commit 655fe60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"node": "20.8.0"
55
},
66
"packageManager": "[email protected]",
7-
"version": "1.31.0-web-3274-device-settings-data-sources.1",
7+
"version": "1.31.0-WEB-3415-blood-glucose-heading-update.1",
88
"description": "Tidepool's timeline data visualization",
99
"repository": {
1010
"type": "git",

plugins/blip/chartdailyfactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function chartDailyFactory(el, options) {
116116
poolBG = chart.newPool()
117117
.id('poolBG', chart.poolGroup())
118118
.label([{
119-
'main': t('Blood Glucose'),
119+
'main': t('Glucose'),
120120
'light': ' ' + chart.options.bgUnits
121121
}])
122122
.labelBaseline(options.labelBaseline)

0 commit comments

Comments
 (0)