Bug 1840090 - Update content description string for shopping experience

fenix/119.0
Alexandru2909 9 months ago committed by mergify[bot]
parent afa67b17ce
commit e74535e69f

@ -222,7 +222,7 @@ class BrowserFragment : BaseBrowserFragment(), UserInteractionHandler {
context,
R.drawable.mozac_ic_shopping_24,
)!!,
contentDescription = context.getString(R.string.browser_menu_review_quality_check),
contentDescription = context.getString(R.string.review_quality_check_open_handle_content_description),
iconTintColorResource = ThemeManager.resolveAttribute(R.attr.textPrimary, context),
visible = { reviewQualityCheckAvailable },
listener = {

@ -61,7 +61,7 @@ fun ReviewQualityCheckScaffold(
) {
BottomSheetHandle(
onRequestDismiss = onRequestDismiss,
contentDescription = stringResource(R.string.browser_menu_review_quality_check_close),
contentDescription = stringResource(R.string.review_quality_check_close_handle_content_description),
modifier = Modifier
.fillMaxWidth(BOTTOM_SHEET_HANDLE_WIDTH_PERCENT)
.align(Alignment.CenterHorizontally),

@ -2237,9 +2237,9 @@
<!-- Flag showing that the review quality check feature is work in progress. -->
<string name="review_quality_check_beta_flag" tools:ignore="UnusedResources">Beta</string>
<!-- Content description (not visible, for screen readers etc.) for opening browser menu button to open review quality check bottom sheet. -->
<string name="browser_menu_review_quality_check">Open Review quality check</string>
<string name="review_quality_check_open_handle_content_description">Open review checker</string>
<!-- Content description (not visible, for screen readers etc.) for closing browser menu button to open review quality check bottom sheet. -->
<string name="browser_menu_review_quality_check_close">Close review quality check</string>
<string name="review_quality_check_close_handle_content_description">Close review checker</string>
<!-- Content description (not visible, for screen readers etc.) for review quality check star rating. First parameter is the number of stars (1-5) representing the rating. -->
<string name="review_quality_check_star_rating_content_description">%1$s out of 5 stars</string>
<!-- Text for minimize button from highlights card. When clicked the highlights card should reduce its size. -->

Loading…
Cancel
Save