summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/factory_reset_overlay.html
blob: 6330e3c46d90c55314b02b94ce5c9dcf09e2a550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div id="factory-reset-overlay" class="page" hidden>
  <div class="close-button"></div>
  <h1 i18n-content="factoryResetHeading"></h1>
  <div class="content-area">
    <span i18n-content="factoryResetWarning"></span>
    <a i18n-values="href:factoryResetHelpUrl"
        i18n-content="errorLearnMore" target="_blank"></a>
  </div>
  <div class="action-area button-strip">
    <button id="factory-reset-data-dismiss" i18n-content="cancel">
    </button>
    <button id="factory-reset-data-restart"
        i18n-content="factoryResetDataRestart">
    </button>
  </div>
</div>