| Index: chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
|
| diff --git a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
|
| index bcb5b9a0dd55be3dab243ee731e73a5276148009..a49375259591bd6ffb43213138f5a6c106615fa0 100644
|
| --- a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
|
| +++ b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
|
| @@ -10,7 +10,7 @@
|
| <dom-module id="settings-channel-switcher-dialog">
|
| <template>
|
| <style include="settings-shared"></style>
|
| - <dialog is="cr-dialog" id="dialog">
|
| + <dialog is="cr-dialog" id="dialog" close-text="$i18n{close}">
|
| <div class="title">$i18n{aboutChangeChannel}</div>
|
| <div class="body">
|
| <!-- TODO(dbeam): this can be policy-controlled. Show this in the UI.
|
|
|