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

Commit e9e0b3fb authored by Arc Wang's avatar Arc Wang
Browse files

[Wi-Fi] Fix connected to notification string bug

Should not reuse the bluetooth connected to string,
it's for a device not a network.

Bug: 156084653
Test: manual visual
Change-Id: I7de93b57c4a9f7df1baa942e6e97cadeafe21324
parent 7af9c771
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2191,8 +2191,8 @@
    <string name="wifi_connect">Connect</string>
    <!-- Turned on notification for Wi-Fi [CHAR LIMIT=40] -->
    <string name="wifi_turned_on_message">Wi\u2011Fi turned on</string>
    <!-- Connected to notification for Wi-Fi [CHAR LIMIT=NONE] -->
    <string name="wifi_connected_to_message">@string/bluetooth_connected_summary</string>
    <!-- A notification for connected to a Wi-Fi network [CHAR LIMIT=NONE] -->
    <string name="wifi_connected_to_message">Connected to <xliff:g id="network_name" example="MyNetwork">%1$s</xliff:g></string>
    <!-- Button label to connecting progress to a Wi-Fi network [CHAR LIMIT=20] -->
    <string name="wifi_connecting">Connecting\u2026</string>
    <!-- Failured notification for connect -->