1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-19 11:30:44 +02:00

Fixed SMS copy/paste error

This commit is contained in:
foxstidious 2023-10-08 21:05:47 -04:00 committed by José Rebelo
parent 85d0722ffe
commit be9b83eebf

View File

@ -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" />
</androidx.preference.PreferenceScreen>