From ed2a73339e942739d2d5f3e24a308fd247b5190d Mon Sep 17 00:00:00 2001 From: Matthew Gray Date: Fri, 30 Oct 2020 14:56:03 +0000 Subject: [PATCH] more tidying --- .../plugins/constraints/objectives/objectives/Objective2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.java b/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.java index 7dcfd885b6..47690d008f 100644 --- a/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.java +++ b/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.java @@ -67,7 +67,7 @@ public class Objective2 extends Objective { .option(new Option(R.string.hypott_preventoversmb, true)) .option(new Option(R.string.hypott_exercise, false)) .option(new Option(R.string.hypott_wrongbasal, false)) - .option(new Option(R.string.hypott_goinglow, false)) + .option(new Option(R.string.hypott_0basal, false)) .hint(new Hint(R.string.hypott_hint1)) ); tasks.add(new ExamTask(R.string.profileswitch_label, R.string.profileswitch_pctwillchange,"profileswitch")