Update string for FxA signin onboarding header (#14132)

pull/35/head
Elise Richards 4 years ago committed by GitHub
parent 5ccbca25c0
commit 433a20db50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ class OnboardingManualSignInViewHolder(view: View) : RecyclerView.ViewHolder(vie
fun bind() { fun bind() {
val context = itemView.context val context = itemView.context
headerText.text = context.getString(R.string.onboarding_firefox_account_header) headerText.text = context.getString(R.string.onboarding_account_sign_in_header)
} }
companion object { companion object {

@ -34,7 +34,7 @@
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@id/avatar_icon" app:layout_constraintStart_toStartOf="@id/avatar_icon"
android:layout_marginStart="52dp" android:layout_marginStart="52dp"
tools:text="@string/onboarding_firefox_account_header" tools:text="@string/onboarding_account_sign_in_header"
/> />
<org.mozilla.fenix.utils.LinkTextView <org.mozilla.fenix.utils.LinkTextView

@ -972,8 +972,8 @@
<string name="onboarding_whats_new_description">Have questions about the redesigned %s? Want to know whats changed?</string> <string name="onboarding_whats_new_description">Have questions about the redesigned %s? Want to know whats changed?</string>
<!-- text for underlined clickable link that is part of "what's new" onboarding card description that links to an FAQ --> <!-- text for underlined clickable link that is part of "what's new" onboarding card description that links to an FAQ -->
<string name="onboarding_whats_new_description_linktext">Get answers here</string> <string name="onboarding_whats_new_description_linktext">Get answers here</string>
<!-- text for the firefox account onboarding card header --> <!-- text for the Firefox account onboarding sign in card header -->
<string name="onboarding_firefox_account_header">Start syncing bookmarks, passwords, and more with your Firefox account.</string> <string name="onboarding_account_sign_in_header">Start syncing bookmarks, passwords, and more with your Firefox account.</string>
<!-- Text for the button to learn more about signing in to your Firefox account --> <!-- Text for the button to learn more about signing in to your Firefox account -->
<string name="onboarding_manual_sign_in_learn_more">Learn more</string> <string name="onboarding_manual_sign_in_learn_more">Learn more</string>
<!-- text for the firefox account onboarding card header when we detect you're already signed in to <!-- text for the firefox account onboarding card header when we detect you're already signed in to

Loading…
Cancel
Save