Merge pull request #3053 from olorinmaia/AddMissingStringDash

Add missing dash notification string when there is no active pod
This commit is contained in:
Milos Kozak 2023-11-12 23:55:02 +01:00 committed by GitHub
commit abccf7c997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,7 @@ class OmnipodDashPumpPlugin @Inject constructor(
if (!podStateManager.isPodRunning) {
uiInteraction.addNotification(
Notification.OMNIPOD_POD_NOT_ATTACHED,
"Pod not activated",
rh.gs(info.nightscout.androidaps.plugins.pump.omnipod.common.R.string.omnipod_common_pod_status_no_active_pod),
Notification.NORMAL
)
} else {