From baa69829c310a3de8819a757ed1b15c070d75f05 Mon Sep 17 00:00:00 2001
From: jbr7rr <>
Date: Thu, 24 Aug 2023 15:15:30 +0200
Subject: [PATCH] Dash: Explain expiration better
---
pump/omnipod-common/src/main/res/values/strings.xml | 8 +++++---
.../src/main/res/xml/omnipod_dash_preferences.xml | 6 ++++--
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/pump/omnipod-common/src/main/res/values/strings.xml b/pump/omnipod-common/src/main/res/values/strings.xml
index c2d35f243a..821e0112ec 100644
--- a/pump/omnipod-common/src/main/res/values/strings.xml
+++ b/pump/omnipod-common/src/main/res/values/strings.xml
@@ -131,9 +131,11 @@
Show Suspend Delivery button in Omnipod tab
DST/Time zone detection enabled
Expiration reminder enabled
- Reminder at hours before shutdown
- Expiration alarm enabled
- Alarm at hours before shutdown
+ When enabled the pod will beep when the specified time is reached
+ Reminder at hours before shutdown (80 Hours)
+ Expiration alert enabled
+ When enabled the pod will beep when the specified time is reached and every hour after that
+ Alert at hours before shutdown (80 Hours)
Low reservoir alert enabled
Number of units
Automatically silence Pod alerts
diff --git a/pump/omnipod-dash/src/main/res/xml/omnipod_dash_preferences.xml b/pump/omnipod-dash/src/main/res/xml/omnipod_dash_preferences.xml
index 5e79a2f277..a94485e6d5 100644
--- a/pump/omnipod-dash/src/main/res/xml/omnipod_dash_preferences.xml
+++ b/pump/omnipod-dash/src/main/res/xml/omnipod_dash_preferences.xml
@@ -37,7 +37,8 @@
+ android:title="@string/omnipod_common_preferences_expiration_reminder_enabled"
+ android:summary="@string/omnipod_common_preferences_expiration_reminder_enabled_summary" />
+ android:title="@string/omnipod_common_preferences_expiration_alarm_enabled"
+ android:summary="@string/omnipod_common_preferences_expiration_alarm_enabled_summary" />