Bug 1864895 - Update CBH CFR title to not use Firefox hardcoded string

fenix/121.0
Arturo Mejia 6 months ago committed by mergify[bot]
parent c3fbd49fda
commit dc9460243b

@ -395,7 +395,10 @@ class BrowserToolbarCFRPresenter(
)
Spacer(modifier = Modifier.width(8.dp))
Text(
text = context.getString(R.string.cookie_banner_cfr_title),
text = context.getString(
R.string.cookie_banner_cfr_title,
context.getString(R.string.firefox),
),
color = FirefoxTheme.colors.textOnColorPrimary,
style = FirefoxTheme.typography.subtitle2,
)

@ -498,8 +498,8 @@
<string name="reduce_cookie_banner_dialog_snackbar_text" moz:RemovedIn="121" tools:ignore="UnusedResources">Youll see fewer cookie requests</string>
<!-- Change setting text button, for the cookie banner re-engagement dialog -->
<string name="reduce_cookie_banner_dialog_change_setting_button" moz:RemovedIn="121" tools:ignore="UnusedResources">Allow</string>
<!--Title for the cookie banner re-engagement CFR -->
<string name="cookie_banner_cfr_title">Firefox just refused cookies for you</string>
<!--Title for the cookie banner re-engagement CFR, the placeholder is replaced with app name -->
<string name="cookie_banner_cfr_title">%1$s just refused cookies for you</string>
<!--Message for the cookie banner re-engagement CFR -->
<string name="cookie_banner_cfr_message">Less distractions, less cookies tracking you on this site.</string>

Loading…
Cancel
Save