| Index: components/security_interstitials/core/browser/resources/interstitial_webview_quiet.html
|
| diff --git a/components/security_interstitials/core/browser/resources/interstitial_webview_quiet.html b/components/security_interstitials/core/browser/resources/interstitial_webview_quiet.html
|
| index 63de8891ab1e5c3409622122f11a54ce2d0adeb1..12ad2754ad4cc6af4695bda2e33027b858320026 100644
|
| --- a/components/security_interstitials/core/browser/resources/interstitial_webview_quiet.html
|
| +++ b/components/security_interstitials/core/browser/resources/interstitial_webview_quiet.html
|
| @@ -8,6 +8,7 @@
|
| <link rel="stylesheet" href="interstitial_common.css">
|
| <link rel="stylesheet" href="interstitial_webview_quiet.css">
|
| <script src="../../../../../ui/webui/resources/js/util.js"></script>
|
| + <script src="interstitial_common.js"></script>
|
| <script src="interstitial_webview_quiet.js"></script>
|
| </head>
|
| <body id="body">
|
| @@ -23,7 +24,7 @@
|
| </div>
|
| <div id="details" class="hidden">
|
| <p>
|
| - $i18Raw{explanationParagraph}
|
| + $i18nRaw{explanationParagraph}
|
| </p>
|
| </div>
|
| </div>
|
|
|