Update text string for performance boost notification

Test: manual
Bug: 266823948
Change-Id: I1b68bb736b2e52ae5403ba9bf8cedcea37ebac35
This commit is contained in:
Sarah Chin
2023-02-28 23:36:45 -08:00
parent 470999f6f1
commit 57e89f5889

View File

@@ -19,7 +19,7 @@
<!-- Notification title text for the performance boost notification. -->
<string name="performance_boost_notification_title">Improve your app experience</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">Tap to visit %s\'s website and learn more</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. -->