Bug 1859906 - Update two usages of "Fakespot by Mozilla" to just be "Fakespot"

(cherry picked from commit 20e13a636354c7c46b413cad325d1c7e85c69272)
fenix/120.0
Noah Bond 7 months ago committed by mergify[bot]
parent f116ad2803
commit a6735d363a

@ -103,7 +103,7 @@ fun ReviewQualityCheckContextualOnboarding(
LinkText(
text = stringResource(
id = R.string.review_quality_check_contextual_onboarding_caption,
id = R.string.review_quality_check_contextual_onboarding_caption_2,
stringResource(id = R.string.shopping_product_name),
privacyPolicyText,
termsOfUseText,

@ -128,7 +128,7 @@ private fun ReviewQualityInfo(
)
val link = stringResource(
id = R.string.review_quality_check_info_learn_more_link,
id = R.string.review_quality_check_info_learn_more_link_2,
stringResource(R.string.shopping_product_name),
)
val text = stringResource(R.string.review_quality_check_info_learn_more, link)

@ -2186,7 +2186,9 @@
<!-- Text for learn more caption presenting a link with information about review quality. First parameter is for clickable text defined in review_quality_check_info_learn_more_link. -->
<string name="review_quality_check_info_learn_more">Learn more about %s.</string>
<!-- Clickable text that links to review quality check SuMo page. First parameter is the Fakespot product name. In the phrase "Fakespot by Mozilla", "by" can be localized. Does not need to stay by. -->
<string name="review_quality_check_info_learn_more_link">how %s by Mozilla determines review quality</string>
<string name="review_quality_check_info_learn_more_link" moz:RemovedIn="121" tools:ignore="UnusedResources">how %s by Mozilla determines review quality</string>
<!-- Clickable text that links to review quality check SuMo page. First parameter is the Fakespot product name. -->
<string name="review_quality_check_info_learn_more_link_2">how %s determines review quality</string>
<!-- Text for title of settings section. -->
<string name="review_quality_check_settings_title">Settings</string>
<!-- Text for label for switch preference to show recommended products from review quality check settings section. -->
@ -2270,7 +2272,9 @@
<!-- Clickable text from the contextual onboarding card that links to review quality check support article. -->
<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">By selecting “Yes, try it” you agree to %1$s by Mozillas %2$s and %3$s.</string>
<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">By selecting “Yes, try it” you agree to %1$ss %2$s and %3$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">privacy policy</string>
<!-- Clickable text from the review quality check contextual onboarding card that links to Fakespot terms of use. -->

Loading…
Cancel
Save