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

Commit fd6a8d2a authored by Yue Liang's avatar Yue Liang Committed by Gerrit - the friendly Code Review server
Browse files

Fix ExtSettings display the incorrect characters.

For these:

1. Maximum settings title, navigation button, positive button.

2. SSID broadcast dialog title, text.

Change-Id: Ic87da682b2ad82173bc9dca36b87885a010d0bc4
CRs-Fixed: 1070422
parent 36b6c501
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@

    <bool name="config_regional_hotspot_show_broadcast_ssid_checkbox">false</bool>
    <bool name="config_regional_hotspot_show_maximum_connection_enable">false</bool>
    <bool name="tethering_need_show_activated">false</bool>
    <string-array translatable="false" name="carrier_operator_list">
    </string-array>
    <bool name="config_regional_security_show_password_enable">false</bool>
+5 −0
Original line number Diff line number Diff line
@@ -7620,4 +7620,9 @@
    <string name="choose_font_Large">Large</string>
    <string name="choose_font_VeryLarge">VeryLarge</string>
    <string name="maximum_connections_dialog_title_text">Set Maximum Connections</string>
    <string name="maximum_connections_dialog_positive_text">YES</string>
    <string name="maximum_connections_dialog_negative_text">NO</string>
    <string name="ssid_broadcast_dialog_title">Your HotSpot is not visible now</string>
    <string name="ssid_broadcast_dialog_text">If you switch the Broadcast Network Name (SSID) option off, your phone will not be visible to other devices and will not appear in the list of available Wi-Fi networks. Other devices can still connect to your HotSpot by entering its network name manually.</string>
</resources>