mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Corrected missed translate() text
This commit is contained in:
@@ -82,7 +82,7 @@ function configure (app, wares, ctx, env) {
|
||||
} else {
|
||||
direction = records[0].direction;
|
||||
}
|
||||
var status = translate('alexaStatus', {
|
||||
var status = translate('virtAsstStatus', {
|
||||
params: [
|
||||
sbx.scaleMgdl(records[0].sgv),
|
||||
direction,
|
||||
@@ -102,7 +102,7 @@ function configure (app, wares, ctx, env) {
|
||||
} else {
|
||||
direction = records[0].direction;
|
||||
}
|
||||
var status = translate('alexaStatus', {
|
||||
var status = translate('virtAsstStatus', {
|
||||
params: [
|
||||
sbx.scaleMgdl(records[0].sgv),
|
||||
direction,
|
||||
|
||||
Reference in New Issue
Block a user