summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/spelling_confirm_overlay.html
blob: fb239994f08ddb2bc44bb66e0ec9e65f5c618f74 (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"
          class="cancel-button"></button>
      <button id="spelling-confirm-ok" class="default-button"
          i18n-content="spellingConfirmEnable">
      </button>
    </div>
  </div>
</div>