Skip to content

Commit b227363

Browse files
and-oliDevtools-frontend LUCI CQ
authored andcommitted
[RPP] Rename checkbox for custom data
To avoid confusion with data coming from chrome extensions, since we have received this feedback repeatedly since the release of the e11y API. Bug: none Change-Id: I7f37d78f10cb2a9ade85b6803874e7312d7048c9 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6098270 Commit-Queue: Alina Varkki <[email protected]> Commit-Queue: Andres Olivares <[email protected]> Reviewed-by: Alina Varkki <[email protected]> Auto-Submit: Andres Olivares <[email protected]>
1 parent c74bc01 commit b227363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

front_end/panels/timeline/TimelinePanel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ const UIStrings = {
274274
/**
275275
Label for a checkbox that toggles the visibility of data added by extensions of this panel (Performance).
276276
*/
277-
performanceExtension: 'Extension data',
277+
showCustomtracks: 'Show custom tracks',
278278

279279
/**
280280
* @description Tooltip for the the sidebar toggle in the Performance panel. Command to open/show the sidebar.
@@ -535,7 +535,7 @@ export class TimelinePanel extends UI.Panel.Panel implements Client, TimelineMod
535535

536536
this.#thirdPartyTracksSetting = TimelinePanel.extensionDataVisibilitySetting();
537537
this.#thirdPartyTracksSetting.addChangeListener(this.#extensionDataVisibilityChanged, this);
538-
this.#thirdPartyTracksSetting.setTitle(i18nString(UIStrings.performanceExtension));
538+
this.#thirdPartyTracksSetting.setTitle(i18nString(UIStrings.showCustomtracks));
539539

540540
const timelineToolbarContainer = this.element.createChild('div', 'timeline-toolbar-container');
541541
timelineToolbarContainer.setAttribute('jslog', `${VisualLogging.toolbar()}`);

0 commit comments

Comments
 (0)