Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorham committed Jul 30, 2023
2 parents eb982a3 + 2dd482e commit 3fc4c16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Expand Up @@ -1821,6 +1821,8 @@
<string name="summary_ymin">Choose yMin for when there are no smaller readings.</string>
<string name="summary_ymax">Choose yMax for when there are no greater readings.</string>
<string name="wait_to_connect">Verify settings and wait for connectivity.</string>
<string name="summary_sens_expiry_notify">Raise notifications when the sensor gets close to expiry.</string>
<string name="title_sens_expiry_notify">Sensor expiry</string>
<string name="close">Close</string>
<string name="title_advanced_settings_4_Lib2">Advanced settings for Libre 2</string>
<string name="title_Lib2_show_raw_values">Show raw values in graph</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/xml/pref_notifications.xml
Expand Up @@ -359,8 +359,8 @@
android:switchTextOff="@string/short_off_text_for_switches"
android:switchTextOn="@string/short_on_text_for_switches"
android:key="alert_raise_for_sensor_expiry"
android:summary="Raise a notification when the sensor gets close to expiry."
android:title="Sensor Expiry Alerts" />
android:summary="@string/summary_sens_expiry_notify"
android:title="@string/title_sens_expiry_notify" />
<SwitchPreference
android:defaultValue="true"
android:dependency="engineering_mode"
Expand Down

0 comments on commit 3fc4c16

Please sign in to comment.