diff options
| -rw-r--r-- | core/res/res/values/strings.xml | 4 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 4b3440242817..77ca7816e902 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -160,8 +160,8 @@ <string name="notification_channel_call_forward">Call forwarding</string> <!-- Telephony notification channel name for a channel containing emergency callback mode notifications. --> <string name="notification_channel_emergency_callback">Emergency callback mode</string> - <!-- Telephony notification channel name for a channel containing mobile data alert notifications. --> - <string name="notification_channel_mobile_data_alert">Mobile data alerts</string> + <!-- Telephony notification channel name for a channel containing mobile data status notifications. --> + <string name="notification_channel_mobile_data_status">Mobile data status</string> <!-- Telephony notification channel name for a channel containing sms notifications. --> <string name="notification_channel_sms">SMS messages</string> <!-- Telephony notification channel name for a channel containing voice mail notifications. --> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 8fd2cc1bc030..b79d115f37c2 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -538,7 +538,7 @@ <java-symbol type="string" name="notification_channel_network_alert" /> <java-symbol type="string" name="notification_channel_call_forward" /> <java-symbol type="string" name="notification_channel_emergency_callback" /> - <java-symbol type="string" name="notification_channel_mobile_data_alert" /> + <java-symbol type="string" name="notification_channel_mobile_data_status" /> <java-symbol type="string" name="notification_channel_sms" /> <java-symbol type="string" name="notification_channel_voice_mail" /> <java-symbol type="string" name="notification_channel_wfc" /> |