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

Commit e6768c17 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Provider Model] Saved networks Settings UI change"

parents bf03ae8c 378eb869
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2289,8 +2289,8 @@
    <string name="wifi_saved_access_points_label">Saved networks</string>
    <!-- Tab title for showing subscribed WiFi access points. [CHAR LIMIT=20] -->
    <string name="wifi_subscribed_access_points_tab">Subscriptions</string>
    <!-- Tab title for showing saved WiFi access points. -->
    <string name="wifi_saved_access_points_tab">@string/wifi_access_points</string>
    <!-- Tab title for showing saved other networks. -->
    <string name="wifi_saved_other_networks_tab">Other networks</string>
    <!-- Wifi Advanced settings.  Used as a label under the shortcut icon that goes to Wifi advanced settings. [CHAR LIMIT=20] -->
    <string name="wifi_advanced_settings_label">IP settings</string>
    <!-- Error message for users that aren't allowed to see or modify WiFi advanced settings [CHAR LIMIT=NONE] -->
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

    <PreferenceCategory
        android:key="saved_access_points_category"
        android:title="@string/wifi_saved_access_points_tab"
        android:title="@string/wifi_saved_other_networks_tab"
        settings:controller="com.android.settings.wifi.savedaccesspoints2.SavedAccessPointsPreferenceController2"/>

</PreferenceScreen>