diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/robots/HomeScreenRobot.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/robots/HomeScreenRobot.kt index df004547c..16d0521e3 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/robots/HomeScreenRobot.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/robots/HomeScreenRobot.kt @@ -553,9 +553,10 @@ private fun assertPrivateSessionHeader() = .check(matches(withEffectiveVisibility(Visibility.VISIBLE))) const val PRIVATE_SESSION_MESSAGE = - "Firefox Preview clears your search and browsing history from private tabs when you close them or quit the app." + - " While this doesn't make you anonymous to websites or your internet service provider," + - " it makes it easier to keep what you do online from anyone else who uses this device." + "Firefox Preview clears your search and browsing history from private tabs when you close them" + + " or quit the app. While this doesn’t make you anonymous to websites or your internet" + + " service provider, it makes it easier to keep what you do online private from anyone" + + " else who uses this device." private fun assertPrivateSessionMessage(visible: Boolean) = onView(allOf(withText(PRIVATE_SESSION_MESSAGE))) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b7d1d5c5c..5c4cd9dbe 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -29,8 +29,7 @@ - %1$s clears your search and browsing history from private tabs when you close them or quit the app. While this doesn\'t make you anonymous to websites or your internet service provider, it makes it easier to keep what you do online from anyone else who uses this device. - + %1$s clears your search and browsing history from private tabs when you close them or quit the app. While this doesn’t make you anonymous to websites or your internet service provider, it makes it easier to keep what you do online private from anyone else who uses this device. Common myths about private browsing