mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
boluscalc: show othercorrection in confirm dialog
This commit is contained in:
@@ -522,6 +522,7 @@ function init(client, $, plugins) {
|
||||
|
||||
pushIf(data.carbs, translate('Carbs Given') + ': ' + data.carbs);
|
||||
pushIf(data.insulin, translate('Insulin Given') + ': ' + data.insulin);
|
||||
pushIf(data.boluscalc.othercorrection, translate('Other correction') + ': ' + data.boluscalc.othercorrection);
|
||||
pushIf(data.preBolus, translate('Carb Time') + ': ' + data.preBolus + ' ' + translate('mins'));
|
||||
pushIf(data.notes, translate('Notes') + ': ' + data.notes);
|
||||
pushIf(data.enteredBy, translate('Entered By') + ': ' + data.enteredBy);
|
||||
|
||||
Reference in New Issue
Block a user