diff options
| -rw-r--r-- | packages/CarrierDefaultApp/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/CarrierDefaultApp/res/values/strings.xml b/packages/CarrierDefaultApp/res/values/strings.xml index e91d35bf6979..f4e89a147b9f 100644 --- a/packages/CarrierDefaultApp/res/values/strings.xml +++ b/packages/CarrierDefaultApp/res/values/strings.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app_name">CarrierDefaultApp</string> + <string name="app_name">Carrier Communications</string> <string name="android_system_label">Mobile Carrier</string> <string name="portal_notification_id">Mobile data has run out</string> <string name="no_data_notification_id">Your mobile data has been deactivated</string> @@ -17,9 +17,9 @@ <!-- Telephony notification channel name for performance boost notifications. --> <string name="performance_boost_notification_channel">Performance boost</string> <!-- Notification title text for the performance boost notification. --> - <string name="performance_boost_notification_title">Improve your app experience</string> + <string name="performance_boost_notification_title">5G options from your carrier</string> <!-- Notification detail text for the performance boost notification. --> - <string name="performance_boost_notification_detail">Tap to visit %s\'s website and learn more</string> + <string name="performance_boost_notification_detail">Visit %s\'s website to see options for your app experience</string> <!-- Notification button text to cancel the performance boost notification. --> <string name="performance_boost_notification_button_not_now">Not now</string> <!-- Notification button text to manage the performance boost notification. --> |