Skip to content

Commit

Permalink
[focus] Closes mozilla-mobile/focus-android#6009: Update strings for …
Browse files Browse the repository at this point in the history
…HTTPS-Only mode

X-Channel-Revision: [main] mozilla-mobile/android-components@96444dd
X-Channel-Revision: [main] mozilla-mobile/fenix@d039188
X-Channel-Revision: [main] mozilla-mobile/focus-android@a9a09b1
X-Channel-Converted-Revision: [main] mozilla-mobile/firefox-android@c2993ea
  • Loading branch information
pocmo authored and mergify[bot] committed Dec 15, 2021
1 parent 4047cbb commit bcabf3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _meta/mozilla-mobile-firefox-android-focus-android.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android/focus-android",
"revs": {
"main": "ae839829b76cfd89a6387b82bb16554a3286cb83"
"main": "c2993ea2500830be3b54e0872ed55b96bd745646"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,8 @@ The new line here must be kept as the second half of the string is clickable for
<string name="preference_safe_browsing_summary">Block reported deceptive and attack sites, malware sites, and unwanted software sites.</string>
<!-- Title of the preference to enable "HTTPS-Only" mode -->
<string name="preference_https_only_title">HTTPS-Only Mode</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. %1$s will get replaced with the name of the app. -->
<string name="preference_https_only_summary">HTTPS provides a secure, encrypted connection between %1$s and the websites you visit. Most websites support HTTPS, and if HTTPS-Only Mode is enabled, then %1$s will upgrade all connections to HTTPS.</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preference_https_only_summary2">Automatically attempts to connect to sites using HTTPS for increased security. HTTPS connections provide a secure, encrypted connection to websites you visit.</string>

<!-- Preference for exceptions tracking protection -->
<string name="preference_exceptions">Exceptions</string>
Expand Down Expand Up @@ -849,6 +849,10 @@ The new line here must be kept as the second half of the string is clickable for
<!-- Preference for using following device theme -->
<string name="preference_follow_device_theme">Follow device theme</string>

<!-- The title of the error page for websites that do not support HTTPS when HTTPS-Only is turned on -->
<string name="errorpage_httpsonly_title">The site you requested does not support HTTPS</string>
<!-- The text of the error page for websites that do not support HTTPS when HTTPS-Only is turned on. -->
<string name="errorpage_httpsonly_message">By default, %1$s attempts to connect using HTTPS for increased security. To change this setting or to learn more, go to Settings &gt; Privacy &amp; Security &gt; Security.</string>

<!-- Sessions List -->
<!-- Content description (not visible, for screen readers etc.): Button that closes a tab n the sessions list -->
Expand Down

0 comments on commit bcabf3b

Please sign in to comment.