mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1816946 - TRR UI error page: Update string for not-confirmed reason r=acreskey,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D169941
This commit is contained in:
parent
99238aafa7
commit
207abbf9ad
@ -536,7 +536,7 @@ function showNativeFallbackWarning() {
|
||||
if (skipReason.includes("HEURISTIC_TRIPPED")) {
|
||||
descriptionTag = "neterror-dns-not-found-native-fallback-heuristic";
|
||||
} else if (skipReason == "TRR_NOT_CONFIRMED") {
|
||||
descriptionTag = "neterror-dns-not-found-native-fallback-not-confirmed";
|
||||
descriptionTag = "neterror-dns-not-found-native-fallback-not-confirmed2";
|
||||
}
|
||||
|
||||
let description = document.getElementById("nativeFallbackDescription");
|
||||
|
@ -72,7 +72,7 @@ neterror-dns-not-found-trr-unknown-problem = Unexpected problem.
|
||||
|
||||
neterror-dns-not-found-native-fallback-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-native-fallback-heuristic = DNS over HTTPS has been disabled on your network.
|
||||
neterror-dns-not-found-native-fallback-not-confirmed = The connection to { $trrDomain } isn’t ready yet.
|
||||
neterror-dns-not-found-native-fallback-not-confirmed2 = { -brand-short-name } wasn’t able to connect to { $trrDomain }.
|
||||
|
||||
##
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user