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:
Valentin Gosu 2023-03-09 08:30:08 +00:00
parent 99238aafa7
commit 207abbf9ad
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -72,7 +72,7 @@ neterror-dns-not-found-trr-unknown-problem = Unexpected problem.
neterror-dns-not-found-native-fallback-reason = { -brand-short-name } cant protect your request for this sites address through our trusted DNS resolver. Heres 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 } isnt ready yet.
neterror-dns-not-found-native-fallback-not-confirmed2 = { -brand-short-name } wasnt able to connect to { $trrDomain }.
##