| Index: chrome/browser/resources/settings/people_page/password_prompt_dialog.html
|
| diff --git a/chrome/browser/resources/settings/people_page/password_prompt_dialog.html b/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
|
| index 5f893f8ea0b534cbf03e23661330f0d9a71bd91e..595f576191eae8f47b87719bf43327127a55668a 100644
|
| --- a/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
|
| +++ b/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
|
| @@ -2,6 +2,7 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
|
| +<link rel="import" href="/i18n_setup.html">
|
| <link rel="import" href="/settings_shared_css.html">
|
| <link rel="import" href="/settings_shared_css.html">
|
|
|
| @@ -23,7 +24,7 @@
|
|
|
| <div class="settings-box first">$i18n{passwordPromptEnterPassword}</div>
|
|
|
| - <paper-input id="passwordInput" type="password" autofocus
|
| + <paper-input id="passwordInput" type="password"
|
| label="$i18n{passwordPromptPasswordLabel}"
|
| no-label-float
|
| value="{{password_}}"
|
|
|