Skip to content

Commit

Permalink
Translate sensor expiry notifications setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Navid200 committed Feb 14, 2023
1 parent 12b1b52 commit 710e0c7
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
Original file line number Diff line number Diff line change
Expand Up @@ -1801,5 +1801,7 @@
<string name="format_string_ago">%s ago</string>
<string name="use_background_scans">Use Background Scans</string>
<string name="android_8_background_scanning">Use Android 8+ background scanning feature</string>
<string name="title_sens_expiry_notify">Sensor expiry</string>
<string name="summary_sens_expiry_notify">Raise notifications when approaching (24, 9 and 2 hours) sensor expiry.</string>
<string name="close">Close</string>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/xml/pref_notifications.xml
Original file line number Diff line number Diff line change
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 710e0c7

Please sign in to comment.