| Index: chrome/browser/resources/settings/system_page/system_page.html
|
| diff --git a/chrome/browser/resources/settings/system_page/system_page.html b/chrome/browser/resources/settings/system_page/system_page.html
|
| index 80fa80ba57e1a9ebddb2d29cf8de579ef412e37b..72d49996cee72c58d21c9e051992008f63562854 100644
|
| --- a/chrome/browser/resources/settings/system_page/system_page.html
|
| +++ b/chrome/browser/resources/settings/system_page/system_page.html
|
| @@ -33,8 +33,8 @@
|
| </div>
|
| <div class="settings-box">
|
| <controlled-button class="primary-button" pref="[[prefs.proxy]]"
|
| - on-tap="onChangeProxySettingsTap_" no-extension-indicator>
|
| - $i18n{changeProxySettings}
|
| + on-tap="onChangeProxySettingsTap_" label="$i18n{changeProxySettings}"
|
| + no-extension-indicator>
|
| </controlled-button>
|
| </div>
|
| <template is="dom-if" if="[[prefs.proxy.extensionId]]">
|
|
|