Bug 1858406 - Update strings for shopping feature

fenix/120.0
RebecaTudor 8 months ago committed by mergify[bot]
parent 48a00da0ff
commit ff5381f315

@ -86,7 +86,7 @@ private fun Header() {
verticalAlignment = Alignment.CenterVertically,
) {
Text(
text = stringResource(R.string.review_quality_check_feature_name),
text = stringResource(R.string.review_quality_check_feature_name_2),
color = FirefoxTheme.colors.textPrimary,
style = FirefoxTheme.typography.headline6,
)

@ -2108,7 +2108,9 @@
<!-- Review quality check feature-->
<!-- Name for the review quality check feature used as title for the panel. -->
<string name="review_quality_check_feature_name">Review checker</string>
<string name="review_quality_check_feature_name" moz:RemovedIn="120" tools:ignore="UnusedResources">Review checker</string>
<!-- Name for the review quality check feature used as title for the panel. -->
<string name="review_quality_check_feature_name_2">Review Checker</string>
<!-- Summary for grades A and B for review quality check adjusted grading. -->
<string name="review_quality_check_grade_a_b_description">Reliable reviews</string>
<!-- Summary for grade C for review quality check adjusted grading. -->
@ -2152,7 +2154,9 @@
<!-- Text for label for switch preference to show recommended products from review quality check settings section. -->
<string name="review_quality_check_settings_recommended_products">Show ads in review checker</string>
<!-- Description for switch preference to show recommended products from review quality check settings section. First parameter is for clickable text defined in review_quality_check_settings_recommended_products_learn_more.-->
<string name="review_quality_check_settings_recommended_products_description" tools:ignore="UnusedResources">Youll see occasional ads for relevant products. All ads must meet our review quality standards. %s</string>
<string name="review_quality_check_settings_recommended_products_description" moz:RemovedIn="120" tools:ignore="UnusedResources">Youll see occasional ads for relevant products. All ads must meet our review quality standards. %s</string>
<!-- Description for switch preference to show recommended products from review quality check settings section. First parameter is for clickable text defined in review_quality_check_settings_recommended_products_learn_more.-->
<string name="review_quality_check_settings_recommended_products_description_2" tools:ignore="UnusedResources">Youll see occasional ads for relevant products. We only advertise products with reliable reviews. %s</string>
<!-- Clickable text that links to review quality check recommended products support article. -->
<string name="review_quality_check_settings_recommended_products_learn_more" tools:ignore="UnusedResources">Learn more</string>
<!-- Text for turning sidebar off button from review quality check settings section. -->
@ -2180,7 +2184,9 @@
<!-- Text for the body of warning card informing the user that the current product is currently not available. -->
<string name="review_quality_check_product_availability_warning_body" tools:ignore="UnusedResources">If you see this product is back in stock, report it and well work on checking the reviews.</string>
<!-- Clickable text for warning card informing the user that the current product is currently not available. Clicking this should inform the server that the product is available. -->
<string name="review_quality_check_product_availability_warning_action" tools:ignore="UnusedResources">Report this product is back in stock</string>
<string name="review_quality_check_product_availability_warning_action" moz:RemovedIn="120" tools:ignore="UnusedResources">Report this product is back in stock</string>
<!-- Clickable text for warning card informing the user that the current product is currently not available. Clicking this should inform the server that the product is available. -->
<string name="review_quality_check_product_availability_warning_action_2" tools:ignore="UnusedResources">Report product is in stock</string>
<!-- Title for warning card informing the user that the current product's re-analysis is still processing. -->
<string name="review_quality_check_reanalysis_in_progress_warning_title">Checking review quality</string>
<!-- Title for warning card informing the user that the current product's analysis is still processing. -->

Loading…
Cancel
Save