[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:
Arc Wang
2020-05-10 00:20:14 +08:00
parent 7af9c771bd
commit e9e0b3fbfb

View File

@@ -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 -->