summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/spelling_confirm_overlay.html
blob: b4070dfd0e7f4b8948681266b5a49773b883db00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div id="spelling-confirm-overlay" class="page" hidden>
  <div class="close-button"></div>
  <h1 i18n-content="spellingConfirmOverlay"></h1>
  <div class="content-area">
    <span id="spelling-confirm-text" i18n-content="spellingConfirmMessage">
    </span>
    <a id="spelling-confirm-learn-more" target="_blank" i18n-content="learnMore"
        i18n-values="href:privacyLearnMoreURL"></a>
  </div>
  <div class="action-area">
    <div class="button-strip">
      <button id="spelling-confirm-cancel"
          i18n-content="spellingConfirmDisable"></button>
      <button id="spelling-confirm-ok" class="default-button"
          i18n-content="spellingConfirmEnable">
      </button>
    </div>
  </div>
</div>