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

Commit 398f6caa authored by Mehdi Alizadeh's avatar Mehdi Alizadeh
Browse files

Change action label to be sentence case in ONN

Changes action label in Open network notification from "All Networks" to
"All networks" to make it sentence case.

Bug: 72693961
Test: check ONN notification text manually on device
Change-Id: I132fd3c4eb8cdb651775a3fb91ad0e79edd1aef5
parent 67ccb4f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3077,7 +3077,7 @@
    <!-- Notification action name for connecting to the network specified in the notification body. -->
    <string name="wifi_available_action_connect">Connect</string>
    <!-- Notification action name for opening the wifi picker, showing the user all the nearby networks. -->
    <string name="wifi_available_action_all_networks">All Networks</string>
    <string name="wifi_available_action_all_networks">All networks</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>