зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1483622 - Fix wording issue on new cert-error page copy r=johannh
This commit is contained in:
Родитель
96df0fd394
Коммит
a621fdd328
|
@ -90,7 +90,7 @@
|
|||
<div id="ed_contentEncodingError">&contentEncodingError.longDesc;</div>
|
||||
<div id="ed_unsafeContentType">&unsafeContentType.longDesc;</div>
|
||||
<div id="ed_nssFailure2">&nssFailure2.longDesc2;</div>
|
||||
<div id="ed_nssBadCert">&certerror.introPara1;</div>
|
||||
<div id="ed_nssBadCert">&certerror.introPara2;</div>
|
||||
<div id="ed_cspBlocked">&cspBlocked.longDesc;</div>
|
||||
<div id="ed_remoteXUL">&remoteXUL.longDesc;</div>
|
||||
<div id="ed_corruptedContentErrorv2">&corruptedContentErrorv2.longDesc;</div>
|
||||
|
|
|
@ -14,7 +14,7 @@ let gWhitelist = [{
|
|||
type: "single-quote"
|
||||
}, {
|
||||
file: "netError.dtd",
|
||||
key: "certerror.introPara1",
|
||||
key: "certerror.introPara2",
|
||||
type: "single-quote"
|
||||
}, {
|
||||
file: "netError.dtd",
|
||||
|
|
|
@ -150,11 +150,11 @@
|
|||
|
||||
<!ENTITY certerror.longpagetitle1 "Your connection is not secure">
|
||||
<!ENTITY certerror.longpagetitle2 "Warning: Potential Security Risk Ahead">
|
||||
<!-- Localization note (certerror.introPara, certerror.introPara1) - The text content of the span tag
|
||||
<!-- Localization note (certerror.introPara, certerror.introPara2) - The text content of the span tag
|
||||
will be replaced at runtime with the name of the server to which the user
|
||||
was trying to connect. -->
|
||||
<!ENTITY certerror.introPara "The owner of <span class='hostname'/> has configured their website improperly. To protect your information from being stolen, &brandShortName; has not connected to this website.">
|
||||
<!ENTITY certerror.introPara1 "&brandShortName; detected a potential security threat and did not continue to <span class='hostname'/>. If you visit this site, attackers could try to steal information like your passwords, emails, or credit cards.">
|
||||
<!ENTITY certerror.introPara2 "&brandShortName; detected a potential security threat and did not continue to <span class='hostname'/>. If you visit this site, attackers could try to steal information like your passwords, emails, or credit card details.">
|
||||
|
||||
<!ENTITY certerror.expiredCert.secondPara "This issue is most likely because your computer clock is set to the wrong time, which would prevent &brandShortName; from connecting securely.">
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче