Index: chrome/browser/resources/options/browser_options.html |
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html |
index 86a5adfe1c5b3898f6ca528d8e5a93e1ed5fbdff..de4235cd90e239d700928f1cc6ac05a3e44d32f8 100644 |
--- a/chrome/browser/resources/options/browser_options.html |
+++ b/chrome/browser/resources/options/browser_options.html |
@@ -574,7 +574,7 @@ |
<section id="easy-unlock-section" guest-visibility="hidden" hidden> |
<h3 i18n-content="easyUnlockSectionTitle"></h3> |
<!-- Options shown when the user has not set up Easy Unlock --> |
- <div id="easy-unlock-setup" hidden> |
+ <div id="easy-unlock-disabled" hidden> |
<div class="settings-row"> |
<span i18n-content="easyUnlockSetupIntro"></span> |
<a target="_blank" i18n-content="learnMore" |
@@ -584,7 +584,7 @@ |
i18n-content="easyUnlockSetupButton"></button> |
</div> |
<!-- Options shown when the user has set up Easy Unlock --> |
- <div id="easy-unlock-enable" hidden> |
+ <div id="easy-unlock-enabled" hidden> |
<div class="settings-row"> |
<span i18n-content="easyUnlockDescription"></span> |
<a target="_blank" i18n-content="learnMore" |