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

Commit f4d7fbd0 authored by Glen Kuhne's avatar Glen Kuhne Committed by Mehdi Alizadeh
Browse files

Carrier Network Notification strings

Added a title string for carrier network notifications.

Bug: 69310016
Test: builds
Change-Id: Ie00d84f209899783e459d3b36b34fec87c52872a
parent 22ae9d5c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3027,6 +3027,8 @@

    <!-- Notification title for a nearby open wireless network.-->
    <string name="wifi_available_title">Connect to open Wi\u2011Fi network</string>
    <!-- Notification title for a nearby carrier wireless network.-->
    <string name="wifi_available_carrier_network_title">Connect to carrier Wi\u2011Fi network</string>
    <!-- Notification title when the system is connecting to the specified open network. The network name is specified in the notification content. -->
    <string name="wifi_available_title_connecting">Connecting to open Wi\u2011Fi network</string>
    <!-- Notification title when the system has connected to the open network. The network name is specified in the notification content. -->
+1 −0
Original line number Diff line number Diff line
@@ -1912,6 +1912,7 @@
  <java-symbol type="plurals" name="wifi_available" />
  <java-symbol type="plurals" name="wifi_available_detailed" />
  <java-symbol type="string" name="wifi_available_title" />
  <java-symbol type="string" name="wifi_available_carrier_network_title" />
  <java-symbol type="string" name="wifi_available_title_connecting" />
  <java-symbol type="string" name="wifi_available_title_connected" />
  <java-symbol type="string" name="wifi_available_title_failed_to_connect" />