From 4a59ed0eedded20808500146b955f762eae28d0f Mon Sep 17 00:00:00 2001 From: ekager Date: Thu, 23 Apr 2020 19:50:14 -0700 Subject: [PATCH] [fenix] No issue: Update Private Browsing placeholder string --- .../java/org/mozilla/fenix/ui/robots/HomeScreenRobot.kt | 7 ++++--- app/src/main/res/values/strings.xml | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) 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 df004547ca..16d0521e31 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 b7d1d5c5c5..5c4cd9dbea 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