mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
For #26693 - Use a new ID for onboarding_home_sync_title
This commit is contained in:
parent
853778e29a
commit
d314c1102b
@ -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,
|
||||
|
@ -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. -->
|
||||
|
Loading…
Reference in New Issue
Block a user