[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
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 66aa0b1..3684056 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -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 -->