Bug 1610741 - Update warning message in DoH warning pages r=flod,fluent-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D174769
This commit is contained in:
Valentin Gosu 2023-04-05 17:13:54 +00:00
Родитель e6e197335c
Коммит f35dd148f7
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

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

Просмотреть файл

@ -48,7 +48,7 @@
<a id="trrOnlylearnMoreLink" target="_blank" rel="noopener noreferrer" data-l10n-id="neterror-learn-more-link"></a>
</p>
</div>
<p data-l10n-id="neterror-dns-not-found-trr-third-party-warning"> </p>
<p data-l10n-id="neterror-dns-not-found-trr-third-party-warning2"> </p>
</p>
<p id="nativeFallbackContainer" hidden="">
@ -59,7 +59,7 @@
<a id="nativeFallbackLearnMoreLink" target="_blank" rel="noopener noreferrer" data-l10n-id="neterror-learn-more-link"></a>
</p>
</div>
<p data-l10n-id="neterror-dns-not-found-trr-third-party-warning"> </p>
<p data-l10n-id="neterror-dns-not-found-trr-third-party-warning2"> </p>
</p>
<p id="tlsVersionNotice" hidden=""></p>

Просмотреть файл

@ -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 } cant protect your request for this sites address through our trusted DNS resolver. Heres 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 } wasnt 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 wasnt found by { $trrDomain }.
neterror-dns-not-found-trr-unknown-host2 = This website wasnt 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.