| 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 c2af2ce959d796e125ddb589f72ee189b70b1963..4e7f5e210743b15ce64733fc97df39f68ea0a2bf 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('New since the last update');
|
| + topSection.textContent = Common.UIString(`Highlights from ${Help.latestReleaseNote().date} update`);
|
| this.contentElement.appendChild(releaseNoteElement);
|
| }
|
|
|
|
|