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

Commit 3c354a2d authored by Hugh Chen's avatar Hugh Chen Committed by Android (Google) Code Review
Browse files

Merge "Change "Previously connected devices" string to "Saved devices"" into tm-dev

parents 91adbd3b e9864510
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"