From fde4bf89cd14d11cbbd5632c8ccaa76f0faae61e Mon Sep 17 00:00:00 2001 From: Ionut Cristian Bedregeanu Date: Thu, 18 Aug 2022 09:29:11 +0300 Subject: [PATCH] [focus] For https://github.com/mozilla-mobile/focus-android/issues/7504 - Update tcp cfr string --- .../mozilla/focus/browser/integration/BrowserToolbarIntegration.kt | 2 +- mobile/android/focus-android/app/src/main/res/values/strings.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mobile/android/focus-android/app/src/main/java/org/mozilla/focus/browser/integration/BrowserToolbarIntegration.kt b/mobile/android/focus-android/app/src/main/java/org/mozilla/focus/browser/integration/BrowserToolbarIntegration.kt index f6fba4618580..d323669daa40 100644 --- a/mobile/android/focus-android/app/src/main/java/org/mozilla/focus/browser/integration/BrowserToolbarIntegration.kt +++ b/mobile/android/focus-android/app/src/main/java/org/mozilla/focus/browser/integration/BrowserToolbarIntegration.kt @@ -263,7 +263,7 @@ class BrowserToolbarIntegration( if (showTrackingProtectionCfrForTab[store.state.selectedTabId] == true) { CFRPopup( container = fragment.requireView(), - text = fragment.getString(R.string.cfr_for_toolbar_shield_icon), + text = fragment.getString(R.string.cfr_for_toolbar_shield_icon2), anchor = toolbar.findViewById( R.id.mozac_browser_toolbar_tracking_protection_indicator, ), diff --git a/mobile/android/focus-android/app/src/main/res/values/strings.xml b/mobile/android/focus-android/app/src/main/res/values/strings.xml index f21de9279984..1e54ea1fe975 100644 --- a/mobile/android/focus-android/app/src/main/res/values/strings.xml +++ b/mobile/android/focus-android/app/src/main/res/values/strings.xml @@ -974,7 +974,9 @@ The new line here must be kept as the second half of the string is clickable for - Looks like this site was trying to track you. Click the shield for site settings and tracker blocking stats. + Looks like this site was trying to track you. Click the shield for site settings and tracker blocking stats. + Got ‘em! We stopped this site from spying on you. Tap the shield any time to see what we’re blocking. + Close popup -- 2.11.4.GIT