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" />