Skip to content

Commit 5de6c8c

Browse files
authored
Merge pull request #17365 from wordpress-mobile/task/update-overlay-background-and-text
[Jetpack overlay] Set overlay background to white and updates text
2 parents 144766a + 55c829d commit 5de6c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WordPress/src/main/res/values/colors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<color name="jetpack_banner_background">@color/jetpack_green_0</color>
4848
<color name="jetpack_banner_divider">@color/gray_5</color>
4949
<color name="jetpack_badge_background">@color/jetpack_green</color>
50-
<color name="jetpack_powered_bottom_sheet_background">@color/jetpack_green_0</color>
50+
<color name="jetpack_powered_bottom_sheet_background">@color/white</color>
5151

5252
<!-- Reader -->
5353

WordPress/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4216,7 +4216,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
42164216
<string name="wp_jetpack_powered_stats_powered_by_jetpack_caption">Watch your traffic grow and learn about your audience with redesigned Stats and Insights, now available in the new Jetpack app.</string>
42174217
<string name="wp_jetpack_powered_notifications_powered_by_jetpack">Notifications are powered by Jetpack</string>
42184218
<string name="wp_jetpack_powered_notifications_powered_by_jetpack_caption">Stay informed with realtime updates for new comments, site traffic, security reports and more.</string>
4219-
<string name="wp_jetpack_get_new_jetpack_app">Get the new Jetpack app</string>
4219+
<string name="wp_jetpack_get_new_jetpack_app">Try the new Jetpack app</string>
42204220
<string name="wp_jetpack_continue_to_reader">Continue to Reader</string>
42214221
<string name="wp_jetpack_continue_to_stats">Continue to Stats</string>
42224222
<string name="wp_jetpack_continue_to_notifications">Continue to Notifications</string>

0 commit comments

Comments
 (0)