diff --git a/components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/display/TrackingProtectionIconView.kt b/components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/display/TrackingProtectionIconView.kt
index 3844fa1affd..d79cca42483 100644
--- a/components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/display/TrackingProtectionIconView.kt
+++ b/components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/display/TrackingProtectionIconView.kt
@@ -4,7 +4,6 @@
package mozilla.components.browser.toolbar.display
-import android.annotation.SuppressLint
import android.content.Context
import android.graphics.drawable.Animatable
import android.graphics.drawable.Drawable
@@ -82,7 +81,6 @@ internal class TrackingProtectionIconView @JvmOverloads constructor(
return drawableStates
}
- @SuppressLint("NewApi")
private fun updateIcon() {
val descriptionId = when (siteTrackingProtection) {
ON_NO_TRACKERS_BLOCKED -> {
diff --git a/components/browser/toolbar/src/main/res/values/strings.xml b/components/browser/toolbar/src/main/res/values/strings.xml
index 87e66eb2c84..157846c900c 100644
--- a/components/browser/toolbar/src/main/res/values/strings.xml
+++ b/components/browser/toolbar/src/main/res/values/strings.xml
@@ -9,9 +9,9 @@
Tracking Protection is on
- Tracking Protection is active blocking trackers
+ Tracking Protection has blocked trackers
- Tracking Protection is disabled for this site
+ Tracking Protection is off for this site
Loading