[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
This commit is contained in:
@@ -2191,8 +2191,8 @@
|
|||||||
<string name="wifi_connect">Connect</string>
|
<string name="wifi_connect">Connect</string>
|
||||||
<!-- Turned on notification for Wi-Fi [CHAR LIMIT=40] -->
|
<!-- Turned on notification for Wi-Fi [CHAR LIMIT=40] -->
|
||||||
<string name="wifi_turned_on_message">Wi\u2011Fi turned on</string>
|
<string name="wifi_turned_on_message">Wi\u2011Fi turned on</string>
|
||||||
<!-- Connected to notification for Wi-Fi [CHAR LIMIT=NONE] -->
|
<!-- A notification for connected to a Wi-Fi network [CHAR LIMIT=NONE] -->
|
||||||
<string name="wifi_connected_to_message">@string/bluetooth_connected_summary</string>
|
<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] -->
|
<!-- Button label to connecting progress to a Wi-Fi network [CHAR LIMIT=20] -->
|
||||||
<string name="wifi_connecting">Connecting\u2026</string>
|
<string name="wifi_connecting">Connecting\u2026</string>
|
||||||
<!-- Failured notification for connect -->
|
<!-- Failured notification for connect -->
|
||||||
|
Reference in New Issue
Block a user