Bug 1858872 - Switch "windows" with "tabs" in private mode description

fenix/120.0
Harrison Oglesby 8 months ago committed by mergify[bot]
parent d2989f1270
commit 7348338489

@ -54,7 +54,7 @@ fun FeltPrivacyModeInfoCard(
LinkText(
text = stringResource(
id = R.string.felt_privacy_info_card_subtitle,
id = R.string.felt_privacy_info_card_subtitle_2,
stringResource(id = R.string.app_name),
stringResource(id = R.string.felt_privacy_info_card_subtitle_link_text),
),

@ -72,7 +72,12 @@
private mode in our new Total Private Browsing mode.
The first parameter is the name of the app defined in app_name (for example: Firefox Nightly)
The second parameter is the clickable link text in felt_privacy_info_card_subtitle_link_text -->
<string name="felt_privacy_info_card_subtitle">%1$s deletes your cookies, history, and site data when you close all your private windows. %2$s</string>
<string name="felt_privacy_info_card_subtitle" moz:removedIn="120" tools:ignore="UnusedResources">%1$s deletes your cookies, history, and site data when you close all your private windows. %2$s</string>
<!-- Explanation for private browsing displayed to users on home view when they first enable
private mode in our new Total Private Browsing mode.
The first parameter is the name of the app defined in app_name (for example: Firefox Nightly)
The second parameter is the clickable link text in felt_privacy_info_card_subtitle_link_text -->
<string name="felt_privacy_info_card_subtitle_2">%1$s deletes your cookies, history, and site data when you close all your private tabs. %2$s</string>
<!-- Clickable portion of the explanation for private browsing that links the user to our
about privacy page.
This string is used in felt_privacy_info_card_subtitle as the second parameter.-->

Loading…
Cancel
Save