| Index: chrome/browser/resources/options/instant_confirm_overlay.html
|
| diff --git a/chrome/browser/resources/options/instant_confirm_overlay.html b/chrome/browser/resources/options/instant_confirm_overlay.html
|
| index 04da0d3c916629dcda40aefaba0be5b7afb3ee98..1e724ef72092441e5fafc90c64808107104549df 100644
|
| --- a/chrome/browser/resources/options/instant_confirm_overlay.html
|
| +++ b/chrome/browser/resources/options/instant_confirm_overlay.html
|
| @@ -3,13 +3,13 @@
|
| <!-- The text has line breaks, so we must use a pre. -->
|
| <div class="content-area">
|
| <pre id="instantConfirmText" i18n-content="instantConfirmMessage"></pre>
|
| - <a target="_blank" i18n-values="href:instantLearnMoreLink"
|
| - i18n-content="learnMore" id="instantConfirmLearnMore"></a>
|
| + <a id="instantConfirmLearnMore" target="_blank" i18n-content="learnMore"
|
| + i18n-values="href:instantLearnMoreLink"></a>
|
| </div>
|
| <div class="action-area">
|
| <div class="button-strip">
|
| <button id="instantConfirmCancel" i18n-content="cancel"
|
| - class="cancel-button"></button>
|
| + class="cancel-button"></button>
|
| <button id="instantConfirmOk" i18n-content="ok"></button>
|
| </div>
|
| </div>
|
|
|