diff --git a/toolkit/content/aboutNetError.mjs b/toolkit/content/aboutNetError.mjs index f1d6a0841864..c3b8e81984bc 100644 --- a/toolkit/content/aboutNetError.mjs +++ b/toolkit/content/aboutNetError.mjs @@ -450,7 +450,7 @@ function initPage() { skipReason == "TRR_NO_ANSWERS" || skipReason == "TRR_NXDOMAIN" ) { - descriptionTag = "neterror-dns-not-found-trr-unknown-host"; + descriptionTag = "neterror-dns-not-found-trr-unknown-host2"; } else if ( skipReason == "TRR_DECODE_FAILED" || skipReason == "TRR_SERVER_RESPONSE_ERR" diff --git a/toolkit/content/aboutNetError.xhtml b/toolkit/content/aboutNetError.xhtml index d9b19a4b6580..57886dcaa1a3 100644 --- a/toolkit/content/aboutNetError.xhtml +++ b/toolkit/content/aboutNetError.xhtml @@ -48,7 +48,7 @@

-

+

-

+

diff --git a/toolkit/locales/en-US/toolkit/neterror/netError.ftl b/toolkit/locales/en-US/toolkit/neterror/netError.ftl index 5b88ccd101a7..de3fa65b88b7 100644 --- a/toolkit/locales/en-US/toolkit/neterror/netError.ftl +++ b/toolkit/locales/en-US/toolkit/neterror/netError.ftl @@ -58,12 +58,12 @@ neterror-dns-not-found-hint-firewall = Check that { -brand-short-name } has perm ## $trrDomain (String) - Hostname of the DNS over HTTPS server that is currently in use. neterror-dns-not-found-trr-only-reason = { -brand-short-name } can’t protect your request for this site’s address through our trusted DNS resolver. Here’s why: -neterror-dns-not-found-trr-third-party-warning = You can continue with a DNS resolver that is not secure. However, a third-party might be able to see what websites you visit. +neterror-dns-not-found-trr-third-party-warning2 = You can continue with your default DNS resolver. However, a third-party might be able to see what websites you visit. neterror-dns-not-found-trr-only-could-not-connect = { -brand-short-name } wasn’t able to connect to { $trrDomain }. neterror-dns-not-found-trr-only-timeout = The connection to { $trrDomain } took longer than expected. neterror-dns-not-found-trr-offline = You are not connected to the internet. -neterror-dns-not-found-trr-unknown-host = An address for this website wasn’t found by { $trrDomain }. +neterror-dns-not-found-trr-unknown-host2 = This website wasn’t found by { $trrDomain }. neterror-dns-not-found-trr-server-problem = There was a problem with { $trrDomain }. neterror-dns-not-found-trr-unknown-problem = Unexpected problem.