| Index: third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteView.js b/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteView.js
|
| index 4e7f5e210743b15ce64733fc97df39f68ea0a2bf..a8ab8485f0e3f1622b82d4e720c288c9abeced62 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteView.js
|
| @@ -8,7 +8,7 @@ Help.ReleaseNoteView = class extends UI.VBox {
|
| this.registerRequiredCSS('help/releaseNote.css');
|
| var releaseNoteElement = this._createReleaseNoteElement(Help.latestReleaseNote());
|
| var topSection = this.contentElement.createChild('div', 'release-note-top-section');
|
| - topSection.textContent = Common.UIString(`Highlights from ${Help.latestReleaseNote().date} update`);
|
| + topSection.textContent = Common.UIString(Help.latestReleaseNote().header);
|
| this.contentElement.appendChild(releaseNoteElement);
|
| }
|
|
|
|
|