From be9b83eebf22e814b9483d4a51576d0dfd17ab38 Mon Sep 17 00:00:00 2001 From: foxstidious Date: Sun, 8 Oct 2023 21:05:47 -0400 Subject: [PATCH] Fixed SMS copy/paste error --- app/src/main/res/xml/devicesettings_casio_alert.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/xml/devicesettings_casio_alert.xml b/app/src/main/res/xml/devicesettings_casio_alert.xml index becf269ea..506b04421 100644 --- a/app/src/main/res/xml/devicesettings_casio_alert.xml +++ b/app/src/main/res/xml/devicesettings_casio_alert.xml @@ -28,6 +28,6 @@ android:defaultValue="true" android:icon="@drawable/ic_message_outline" android:key="casio_alert_sms" - android:summary="@string/pref_summary_casio_alert_other" - android:title="@string/pref_title_casio_alert_other" /> + android:summary="@string/pref_summary_casio_alert_sms" + android:title="@string/pref_title_casio_alert_sms" /> \ No newline at end of file