Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e16da63b authored by Hugh Chen's avatar Hugh Chen Committed by Automerger Merge Worker
Browse files

Merge "Change "Previously connected devices" string to "Saved devices"" into tm-dev am: 3c354a2d

parents 24707ec0 3c354a2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@

    <PreferenceCategory
        android:key="previously_connected_devices"
        android:title="@string/connected_device_previously_connected_title"
        android:title="@string/connected_device_saved_title"
        settings:controller="com.android.settings.connecteddevice.PreviouslyConnectedDevicePreferenceController">

        <Preference
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:title="@string/connected_device_previously_connected_screen_title">
    android:title="@string/connected_device_saved_title">

    <PreferenceCategory
        android:key="saved_device_list"