diff options
Diffstat (limited to 'chrome/browser/resources/options/personal_options.html')
-rw-r--r-- | chrome/browser/resources/options/personal_options.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html index 306f8bb..d4b3f41 100644 --- a/chrome/browser/resources/options/personal_options.html +++ b/chrome/browser/resources/options/personal_options.html @@ -77,9 +77,9 @@ <div> <div class="checkbox"> <label> - <input id="autoFillEnabled" pref="autofill.enabled" + <input id="autofillEnabled" pref="autofill.enabled" metric="Options_FormAutofill" type="checkbox"> - <span i18n-content="autoFillEnabled"></span> + <span i18n-content="autofillEnabled"></span> </label> </div> <button id="autofill-settings" |