tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit fbed6746ff7c81a2c7361aeb65b8e41d731a04bd
parent 3863dbcf00df60801f6994389bbe2bc1fed75e63
Author: t-p-white <towhite@mozilla.com>
Date:   Thu, 18 Dec 2025 14:02:51 +0000

Bug 2006518 - Part 2: Added the alternative Terms of Use prompt strings for experimentation r=android-reviewers,android-l10n-reviewers,flod,rebecatudor273

Differential Revision: https://phabricator.services.mozilla.com/D276827

Diffstat:
Mmobile/android/fenix/app/src/main/res/values/strings.xml | 18+++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/mobile/android/fenix/app/src/main/res/values/strings.xml b/mobile/android/fenix/app/src/main/res/values/strings.xml @@ -3693,7 +3693,23 @@ <!-- Label for a button to postpone accepting the terms of use --> <string name="terms_of_use_prompt_postpone">Remind me later</string> - <!-- ==== End of Terms of use pop up prompt ==== --> + <!-- ==== Experiment strings. ==== --> + + <!-- A title for the popup prompt. --> + <string name="terms_of_use_prompt_title_option_a" tools:ignore="UnusedResources">Terms of Use</string> + + <!-- A title for the popup prompt. + %1$s is the product name "Firefox" --> + <string name="terms_of_use_prompt_title_option_b" tools:ignore="UnusedResources">A note from %1$s</string> + + <!-- Copy for the Terms of Use popup prompt body line two. + %1$s is the string terms_of_use_prompt_body_line_two_alternative_link ("here") that is a link to the Terms of Use --> + <string name="terms_of_use_prompt_body_line_two_alternative" tools:ignore="UnusedResources">You can learn more %1$s.</string> + + <!-- Link text for terms_of_use_prompt_body_line_two_alternative that links to a site with more information about the Terms of Use --> + <string name="terms_of_use_prompt_body_line_two_alternative_link" tools:ignore="UnusedResources">here</string> + + <!-- ==== End of Terms of use popup prompt. ==== --> <!-- Privacy notice homepage banner --> <!-- A message we show the user on the homepage when there is a new version of the privacy notice. 'Firefox' is intentionally hardcoded.