Skip to content

Commit

Permalink
For mozilla-mobile#26693 - Use a new ID for onboarding_home_sync_title
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielluong authored and mergify[bot] committed Aug 29, 2022
1 parent 853778e commit d314c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private fun OnboardingSyncSignInContent() {
Spacer(modifier = Modifier.height(32.dp))

Text(
text = stringResource(id = R.string.onboarding_home_sync_title),
text = stringResource(id = R.string.onboarding_home_sync_title_2),
color = FirefoxTheme.colors.textPrimary,
textAlign = TextAlign.Center,
style = FirefoxTheme.typography.headline5,
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<!-- Home onboarding dialog welcome screen description text. -->
<string name="onboarding_home_welcome_description">More colors. Better privacy. Same commitment to people over profits.</string>
<!-- Home onboarding dialog sign into sync screen title text. -->
<string name="onboarding_home_sync_title">Hop from phone to laptop and back</string>
<string name="onboarding_home_sync_title_2">Hop from phone to laptop and back</string>
<!-- Home onboarding dialog sign into sync screen description text. -->
<string name="onboarding_home_sync_description">Pick up where you left off with tabs from other devices now on your homepage.</string>
<!-- Text for the button to continue the onboarding on the home onboarding dialog. -->
Expand Down

0 comments on commit d314c11

Please sign in to comment.