Skip to content

Commit 618a2ed

Browse files
committed
Update strings.xml
1 parent 116377f commit 618a2ed

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

WordPress/src/main/java/org/wordpress/android/ui/mysite/jetpackbadge/JetpackPoweredDialogViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class JetpackPoweredDialogViewModel @Inject constructor(
3232
_uiState.value = UiState(
3333
listOf(
3434
Illustration(R.raw.wp2jp),
35-
Title(UiStringRes(string.wp_jetpack_powered)),
35+
Title(UiStringRes(string.wp_jetpack_powered_better_with_jetpack)),
3636
Caption(UiStringRes(string.wp_jetpack_powered_features))
3737
)
3838
)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4203,7 +4203,8 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
42034203

42044204
<!-- Jetpack awareness in WordPress App -->
42054205
<string name="wp_jetpack_powered">Jetpack powered</string>
4206-
<string name="wp_jetpack_powered_features">Stats, Reader, Notifications, and other features are powered by Jetpack.</string>
4206+
<string name="wp_jetpack_powered_better_with_jetpack">WordPress is better with Jetpack</string>
4207+
<string name="wp_jetpack_powered_features">The new Jetpack app has Stats, Reader, Notifications, and more that make your WordPress better.</string>
42074208
<string name="wp_jetpack_get_new_jetpack_app">Get the new Jetpack app</string>
42084209
<string name="wp_jetpack_continue_to_reader">Continue to Reader</string>
42094210
<string name="wp_jetpack_continue_to_stats">Continue to Stats</string>

0 commit comments

Comments
 (0)