Bug 1480038 - Update the Continue button in new cert-error pages r=flod draft
authortrisha <tgupta@mozilla.com>
Wed, 01 Aug 2018 15:31:43 +0530
changeset 826197 997be870d7958bc04167ce755451625b0d71bee1
parent 823861 c71e7bbc3e8c5d53049f9cdb36436fa57f35aa5f
push id118264
push userbmo:guptatrisha97@gmail.com
push dateFri, 03 Aug 2018 07:14:41 +0000
reviewersflod
bugs1480038
milestone62.0a1
Bug 1480038 - Update the Continue button in new cert-error pages r=flod MozReview-Commit-ID: BXewUNCSxlt
browser/base/content/aboutNetError-new.xhtml
browser/locales/en-US/chrome/overrides/netError.dtd
--- a/browser/base/content/aboutNetError-new.xhtml
+++ b/browser/base/content/aboutNetError-new.xhtml
@@ -168,17 +168,17 @@
         <div id="prefChangeContainer" class="button-container">
           <p>&prefReset.longDesc;</p>
           <button id="prefResetButton" class="primary" autocomplete="off">&prefReset.label;</button>
         </div>
 
         <div id="certErrorAndCaptivePortalButtonContainer" class="button-container">
           <button id="returnButton" class="primary" autocomplete="off">&returnToPreviousPage1.label;</button>
           <button id="openPortalLoginPageButton" class="primary" autocomplete="off">&openPortalLoginPage.label2;</button>
-          <button id="advancedButton" autocomplete="off">&continue.label;</button>
+          <button id="advancedButton" autocomplete="off">&continue1.label;</button>
         </div>
       </div>
 
       <div id="netErrorButtonContainer" class="button-container">
         <button id="errorTryAgain" class="primary" autocomplete="off">&retry.label;</button>
       </div>
 
       <div id="advancedPanelContainer">
--- a/browser/locales/en-US/chrome/overrides/netError.dtd
+++ b/browser/locales/en-US/chrome/overrides/netError.dtd
@@ -5,17 +5,17 @@
 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
 %brandDTD;
 
 <!ENTITY loadError.label "Problem loading page">
 <!ENTITY retry.label "Try Again">
 <!ENTITY returnToPreviousPage.label "Go Back">
 <!ENTITY returnToPreviousPage1.label "Go Back (Recommended)">
 <!ENTITY advanced.label "Advanced">
-<!ENTITY continue.label "Continue">
+<!ENTITY continue1.label "Continue…">
 
 <!-- Specific error messages -->
 
 <!ENTITY connectionFailure.title "Unable to connect">
 <!ENTITY connectionFailure.longDesc "&sharedLongDesc;">
 
 <!ENTITY deniedPortAccess.title "This address is restricted">
 <!ENTITY deniedPortAccess.longDesc "">