| Index: chrome/browser/resources/options2/instant_confirm_overlay.js
|
| diff --git a/chrome/browser/resources/options2/instant_confirm_overlay.js b/chrome/browser/resources/options2/instant_confirm_overlay.js
|
| index c87e9223328243cecb0ef865098a49127a605d5c..c1890ec95bed9b3725bc7668a91de3c8391cf0b7 100644
|
| --- a/chrome/browser/resources/options2/instant_confirm_overlay.js
|
| +++ b/chrome/browser/resources/options2/instant_confirm_overlay.js
|
| @@ -13,7 +13,7 @@ cr.define('options', function() {
|
| function InstantConfirmOverlay() {
|
| SettingsDialog.call(this,
|
| 'instantConfirm',
|
| - templateData.instantConfirmTitle,
|
| + loadTimeData.getString('instantConfirmTitle'),
|
| 'instantConfirmOverlay',
|
| $('instantConfirmOk'),
|
| $('instantConfirmCancel'));
|
|
|