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

Commit 428a65e6 authored by Nate Jiang's avatar Nate Jiang Committed by android-build-merger
Browse files

Merge "change network suggestion notification content string" into qt-qpr1-dev

am: a43b5f2d

Change-Id: I1db6b2ba70a1547c3d529a73009517d9af7c68c1
parents cb4c77e4 a43b5f2d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3390,13 +3390,13 @@
    <string name="wifi_available_action_all_networks">All networks</string>

    <!-- Notification title for a connection to a app suggested wireless network.-->
    <string name="wifi_suggestion_title">Connect to Wi\u2011Fi networks?</string>
    <string name="wifi_suggestion_title">Allow suggested Wi\u2011Fi networks?</string>
    <!-- Notification content for a connection to a app suggested wireless network.-->
    <string name="wifi_suggestion_content">Suggested by <xliff:g id="name" example="App123">%s</xliff:g></string>
    <string name="wifi_suggestion_content"><xliff:g id="name" example="App123">%s</xliff:g> suggested networks. Device may connect automatically. </string>
    <!-- Notification action for allowing app specified in the notification body.-->
    <string name="wifi_suggestion_action_allow_app">Yes</string>
    <string name="wifi_suggestion_action_allow_app">Allow</string>
    <!-- Notification action for disallowing app specified in the notification body.-->
    <string name="wifi_suggestion_action_disallow_app">No</string>
    <string name="wifi_suggestion_action_disallow_app">No thanks</string>

    <!--Notification title for Wi-Fi Wake onboarding. This is displayed the first time a user disables Wi-Fi with the feature enabled. -->
    <string name="wifi_wakeup_onboarding_title">Wi\u2011Fi will turn on automatically</string>