Bug 1864365 - Change Review Checker adjusted rating description

Previously, the adjusted rating text was "Unreliable reviews removed",
which could have cause confusion. This was replaced with
"Based on reliable reviews".
fenix/122.0
DreVla 6 months ago committed by mergify[bot]
parent 8d53ee3562
commit 362684ccdf

@ -247,7 +247,7 @@ private fun AdjustedProductRatingCard(
}
Text(
text = stringResource(R.string.review_quality_check_adjusted_rating_description),
text = stringResource(R.string.review_quality_check_adjusted_rating_description_2),
color = FirefoxTheme.colors.textPrimary,
style = FirefoxTheme.typography.caption,
)

@ -2118,7 +2118,9 @@
<!-- Title for when the rating has been updated by the review checker -->
<string name="review_quality_check_adjusted_rating_title">Adjusted rating</string>
<!-- Description for a product's adjusted star rating. The text presents that the product's reviews which were evaluated as unreliable were removed from the adjusted rating. -->
<string name="review_quality_check_adjusted_rating_description">Unreliable reviews removed</string>
<string name="review_quality_check_adjusted_rating_description" moz:RemovedIn="122" tools:ignore="UnusedResources">Unreliable reviews removed</string>
<!-- Description for a product's adjusted star rating. The text presents that the product's reviews which were evaluated as unreliable were removed from the adjusted rating. -->
<string name="review_quality_check_adjusted_rating_description_2">Based on reliable reviews</string>
<!-- Title for list of highlights from a product's review emphasizing a product's important traits. -->
<string name="review_quality_check_highlights_title">Highlights from recent reviews</string>
<!-- Title for section explaining how we analyze the reliability of a product's reviews. -->

Loading…
Cancel
Save