fix objectives typo
This commit is contained in:
parent
917ddf0cbe
commit
60e9ea05a8
|
@ -9,7 +9,7 @@ import info.nightscout.androidaps.plugins.ConstraintsSafety.SafetyPlugin;
|
|||
public class Objective4 extends Objective {
|
||||
|
||||
public Objective4() {
|
||||
super(3, R.string.objectives_3_objective, R.string.objectives_4_gate);
|
||||
super(3, R.string.objectives_3_objective, R.string.objectives_3_gate);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -7,7 +7,7 @@ import info.nightscout.androidaps.R;
|
|||
public class Objective8 extends Objective {
|
||||
|
||||
public Objective8() {
|
||||
super(7, R.string.objectives_7_objective, 0);
|
||||
super(7, R.string.objectives_7_objective, R.string.objectives_7_gate);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue