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

Commit d1c165a5 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Update notification text shown when emergency calls not available.

Some carriers do not allow emergency calls when WiFi calling is the
only available option.  UX has decided that this wording is more
clear to the user in this case, hence we're replacing it.

Fixes: 219901114
Test: Strings change only
Change-Id: I3381e875ff0c94d5e162863b09d643538df93a50
parent 6b872bb8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -231,8 +231,10 @@
    <string name="NetworkPreferenceSwitchSummary">Try changing preferred network. Tap to change.</string>
    <!-- Displayed to tell the user that emergency calls might not be available. -->
    <string name="EmergencyCallWarningTitle">Emergency calling unavailable</string>
    <!-- Displayed to tell the user that emergency calls might not be available. -->
    <string name="EmergencyCallWarningSummary">Can\u2019t make emergency calls over Wi\u2011Fi</string>
    <!-- Displayed to tell the user that emergency calls might not be available; this is shown to
         the user when only WiFi calling is available and the carrier does not support emergency
         calls over WiFi calling. -->
    <string name="EmergencyCallWarningSummary">Emergency calls require a mobile network</string>

    <!-- Telephony notification channel name for a channel containing network alert notifications. -->
    <string name="notification_channel_network_alert">Alerts</string>