mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-11 13:11:01 +00:00
Bug 1864895 - Update CBH CFR title to not use Firefox hardcoded string
This commit is contained in:
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">You’ll 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…
Reference in New Issue
Block a user