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

Commit 34ff0404 authored by Betty Chang's avatar Betty Chang Committed by Android (Google) Code Review
Browse files

Merge "Remove the string for wifi toggle summary" into sc-v2-dev

parents b84b7d58 14d1b414
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -13356,8 +13356,6 @@
    <string name="provider_internet_settings">Internet</string>
    <!-- Provider Model: SIMs controls settings screen, item title to go into the SIMs settings -->
    <string name="provider_network_settings_title">SIMs</string>
    <!-- Provider Model: Summary for Wi-Fi switch [CHAR LIMIT=NONE] -->
    <string name="wifi_switch_summary">Find and connect to Wi\u2011Fi networks</string>
    <!-- Provider Model: List of synonyms for the airplane-safe networks, used to match in settings search [CHAR LIMIT=NONE] -->
    <string name="keywords_airplane_safe_networks">airplane, airplane-safe</string>
    <!-- Provider Model: Calls and SMS controllers settings screen, item title to go into the Calls and SMS settings -->
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@
    <com.android.settingslib.RestrictedSwitchPreference
        android:key="main_toggle_wifi"
        android:title="@string/wifi"
        android:summary="@string/wifi_switch_summary"
        settings:keywords="@string/keywords_wifi"
        settings:allowDividerAbove="true"/>