diff --git a/app/src/main/java/info/nightscout/androidaps/plugins/PumpCombo/ComboPlugin.java b/app/src/main/java/info/nightscout/androidaps/plugins/PumpCombo/ComboPlugin.java index 176fcba67f..ccbcf7f913 100644 --- a/app/src/main/java/info/nightscout/androidaps/plugins/PumpCombo/ComboPlugin.java +++ b/app/src/main/java/info/nightscout/androidaps/plugins/PumpCombo/ComboPlugin.java @@ -1233,7 +1233,7 @@ public class ComboPlugin implements PluginBase, PumpInterface, ConstraintsInterf .putCustomAttribute("bolus", "") .putCustomAttribute("issue", "multiple pump history records with the same time and amount")); Notification notification = new Notification(Notification.COMBO_PUMP_ALARM, MainApp.gs(R.string. - combo_error_multiple_boluses_with_idential_timestamp), Notification.URGENT); + combo_error_multiple_boluses_with_identical_timestamp), Notification.URGENT); MainApp.bus().post(new EventNewNotification(notification)); } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9aacf6f744..f3e4b534c4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -874,5 +874,6 @@ The basal rate on the pump has changed and will be updated soon Basal rate changed on pump, but reading it failed Checking for history changes + Multiple boluses with the same amount within the same minute were just imported. Only one record could be added to treatments. Please check the pump and manually add a bolus record using the Careportal tab. Make sure to create a bolus with a time no other bolus uses.