| Index: chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| diff --git a/chrome/browser/resources/options/autofill_edit_address_overlay.html b/chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| index 602e642a6dde9cbd120a4e7c45556bc0c9125a3a..a76846dfa7ec5afcc84d3f6d9a79574832a66d28 100644
|
| --- a/chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| +++ b/chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| @@ -3,26 +3,26 @@
|
| <div class="content-area">
|
| <div class="input">
|
| <label>
|
| - <div><span i18n-content="fullNameLabel"></span></div>
|
| + <div><span i18n-content="autofillFullNameLabel"></span></div>
|
| <list id="full-name-list"
|
| i18n-values="placeholder:addNewNamePlaceholder"></list>
|
| </label>
|
| </div>
|
| <div class="input">
|
| <label>
|
| - <div><span i18n-content="companyNameLabel"></span></div>
|
| + <div><span i18n-content="autofillCompanyNameLabel"></span></div>
|
| <input id="company-name" type="text" class="autofill-form">
|
| </label>
|
| </div>
|
| <div class="input">
|
| <label>
|
| - <div><span i18n-content="addrLine1Label"></span></div>
|
| + <div><span i18n-content="autofillAddrLine1Label"></span></div>
|
| <input id="addr-line-1" type="text" class="autofill-form">
|
| </label>
|
| </div>
|
| <div class="input">
|
| <label>
|
| - <div><span i18n-content="addrLine2Label"></span></div>
|
| + <div><span i18n-content="autofillAddrLine2Label"></span></div>
|
| <input id="addr-line-2" type="text" class="autofill-form">
|
| </label>
|
| </div>
|
| @@ -30,7 +30,7 @@
|
| <div class="row">
|
| <div class="input cell">
|
| <label for="city">
|
| - <span i18n-content="cityLabel"></span>
|
| + <span i18n-content="autofillCityLabel"></span>
|
| </label>
|
| </div>
|
| <div class="input cell">
|
| @@ -55,7 +55,7 @@
|
| <div class="input">
|
| <label>
|
| <div>
|
| - <span i18n-content="countryLabel"></span>
|
| + <span i18n-content="autofillCountryLabel"></span>
|
| </div>
|
| <select id="country"></select>
|
| </label>
|
| @@ -64,12 +64,12 @@
|
| <div class="row">
|
| <div class="input cell">
|
| <label for="phone-list">
|
| - <span i18n-content="phoneLabel"></span>
|
| + <span i18n-content="autofillPhoneLabel"></span>
|
| </label>
|
| </div>
|
| <div class="input cell">
|
| <label for="email-list">
|
| - <span i18n-content="emailLabel"></span>
|
| + <span i18n-content="autofillEmailLabel"></span>
|
| </label>
|
| </div>
|
| </div>
|
|
|