[fenix] No issue: Update Private Browsing placeholder string

pull/600/head
ekager 4 years ago committed by Emily Kager
parent 5ed60d32d3
commit 4a59ed0eed

@ -553,9 +553,10 @@ private fun assertPrivateSessionHeader() =
.check(matches(withEffectiveVisibility(Visibility.VISIBLE))) .check(matches(withEffectiveVisibility(Visibility.VISIBLE)))
const val PRIVATE_SESSION_MESSAGE = const val PRIVATE_SESSION_MESSAGE =
"Firefox Preview clears your search and browsing history from private tabs when you close them or quit the app." + "Firefox Preview clears your search and browsing history from private tabs when you close them" +
" While this doesn't make you anonymous to websites or your internet service provider," + " or quit the app. While this doesnt make you anonymous to websites or your internet" +
" it makes it easier to keep what you do online from anyone else who uses this device." " 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) = private fun assertPrivateSessionMessage(visible: Boolean) =
onView(allOf(withText(PRIVATE_SESSION_MESSAGE))) onView(allOf(withText(PRIVATE_SESSION_MESSAGE)))

@ -29,8 +29,7 @@
<!-- Explanation for private browsing displayed to users on home view when they first enable private mode <!-- Explanation for private browsing displayed to users on home view when they first enable private mode
The first parameter is the name of the app defined in app_name (for example: Fenix) --> The first parameter is the name of the app defined in app_name (for example: Fenix) -->
<string name="private_browsing_placeholder_description_2"> <string name="private_browsing_placeholder_description_2">
%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 doesnt 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.</string>
</string>
<string name="private_browsing_common_myths"> <string name="private_browsing_common_myths">
Common myths about private browsing Common myths about private browsing
</string> </string>

Loading…
Cancel
Save