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

Commit 378eb869 authored by Weng Su's avatar Weng Su
Browse files

[Provider Model] Saved networks Settings UI change

- Change sub-title to “OTHER NETWORKS”

- Screenshot
  https://screenshot.googleplex.com/35k9YjnrN3wkSHh

Bug: 172788849
Test: manual test
Change-Id: Ib41b0e7955f9afdfb74343adad5883bb89c3f03b
parent c48eacaa
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>