Bug 1861732 - Clean up shopping onboarding caption strings

fenix/121.0
Noah Bond 7 months ago committed by mergify[bot]
parent e74a6d611c
commit d5e7d61e8d

@ -103,7 +103,7 @@ fun ReviewQualityCheckContextualOnboarding(
Text(
text = stringResource(
id = R.string.review_quality_check_contextual_onboarding_caption_3,
id = R.string.review_quality_check_contextual_onboarding_caption_2,
stringResource(id = R.string.shopping_product_name),
),
color = FirefoxTheme.colors.textPrimary,

@ -2211,10 +2211,8 @@
<string name="review_quality_check_contextual_onboarding_learn_more_link">Learn more</string>
<!-- Caption text to be displayed in review quality check contextual onboarding card above the opt-in button. First parameter is the Fakespot product name. Following parameters are for clickable texts defined in review_quality_check_contextual_onboarding_privacy_policy and review_quality_check_contextual_onboarding_terms_use. In the phrase "Fakespot by Mozilla", "by" can be localized. Does not need to stay by. -->
<string name="review_quality_check_contextual_onboarding_caption" moz:RemovedIn="121" tools:ignore="UnusedResources">By selecting “Yes, try it” you agree to %1$s by Mozillas %2$s and %3$s.</string>
<!-- Caption text to be displayed in review quality check contextual onboarding card above the opt-in button. First parameter is the Fakespot product name. Following parameters are for clickable texts defined in review_quality_check_contextual_onboarding_privacy_policy and review_quality_check_contextual_onboarding_terms_use. -->
<string name="review_quality_check_contextual_onboarding_caption_2" moz:RemovedIn="121" tools:ignore="UnusedResources">By selecting “Yes, try it” you agree to %1$ss %2$s and %3$s.</string>
<!-- Caption text to be displayed in review quality check contextual onboarding card above the opt-in button. Parameter is the Fakespot product name. After the colon, what appears are two links, each on their own line. The first link is to a Privacy policy (review_quality_check_contextual_onboarding_privacy_policy_2). The second link is to Terms of use (review_quality_check_contextual_onboarding_terms_use_2). -->
<string name="review_quality_check_contextual_onboarding_caption_3">By selecting “Yes, try it” you agree to the following from %1$s:</string>
<string name="review_quality_check_contextual_onboarding_caption_2">By selecting “Yes, try it” you agree to the following from %1$s:</string>
<!-- Clickable text from the review quality check contextual onboarding card that links to Fakespot privacy policy. -->
<string name="review_quality_check_contextual_onboarding_privacy_policy" moz:RemovedIn="121" tools:ignore="UnusedResources">privacy policy</string>
<!-- Clickable text from the review quality check contextual onboarding card that links to Fakespot privacy policy. -->

Loading…
Cancel
Save