1
0
Fork 0

No issue: Update Private Browsing placeholder string

master
ekager 2020-04-23 19:50:14 -07:00 committed by Emily Kager
parent 8a80fbe14c
commit 59484208d6
2 changed files with 5 additions and 5 deletions

View File

@ -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 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."
private fun assertPrivateSessionMessage(visible: Boolean) =
onView(allOf(withText(PRIVATE_SESSION_MESSAGE)))

View File

@ -29,8 +29,7 @@
<!-- 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) -->
<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.
</string>
%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 name="private_browsing_common_myths">
Common myths about private browsing
</string>