Bug 1853421 - Fix shopping footer string

fenix/119.0
Noah Bond 9 months ago committed by mergify[bot]
parent 81dc3e328b
commit fba1c97fd2

@ -36,7 +36,7 @@ fun ReviewQualityCheckFooter(
LinkText(
text = stringResource(
id = R.string.review_quality_check_powered_by,
id = R.string.review_quality_check_powered_by_2,
poweredByLinkText,
),
linkTextState = LinkTextState(

@ -2153,7 +2153,9 @@
<!-- Caption for recommended product section indicating this is an ad by Fakespot. First parameter is the Fakespot product name. -->
<string name="review_quality_check_ad_caption" tools:ignore="UnusedResources">Ad by %s</string>
<!-- Caption for review quality check panel. First parameter is for clickable text defined in review_quality_check_powered_by_link. -->
<string name="review_quality_check_powered_by">Review checker is powered by %s</string>
<string name="review_quality_check_powered_by" tools:ignore="UnusedResources" moz:RemovedIn="119">Review checker is powered by %s.</string>
<!-- Caption for review quality check panel. First parameter is for clickable text defined in review_quality_check_powered_by_link. -->
<string name="review_quality_check_powered_by_2">Review checker is powered by %s</string>
<!-- Clickable text that links to Fakespot.com. 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_powered_by_link" tools:ignore="UnusedResources">%s by Mozilla</string>
<!-- Text for title of warning card informing the user that the current analysis is outdated. -->

Loading…
Cancel
Save