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

Commit e9864510 authored by Hugh Chen's avatar Hugh Chen
Browse files

Change "Previously connected devices" string to "Saved devices"

Bug: 215230194
Test: local test
Change-Id: I0ae7f71b798f5582ff62f20ce639133242c30b3f
parent 9b6c6047
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"