Skip to content

Commit b1d6404

Browse files
Connor ClarkDevtools-frontend LUCI CQ
authored andcommitted
[RPP] Use single '&' instead of '&&' for est savings label
Bug: 373651546 Change-Id: Ie5c93d3d0cfc41eef7a8ae254beb90959a41c687 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5932849 Commit-Queue: Paul Irish <[email protected]> Auto-Submit: Connor Clark <[email protected]> Commit-Queue: Connor Clark <[email protected]> Reviewed-by: Paul Irish <[email protected]>
1 parent 0d4ae77 commit b1d6404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

front_end/panels/timeline/components/insights/SidebarInsight.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const UIStrings = {
2828
* @example {401 ms} PH1
2929
* @example {112 kB} PH2
3030
*/
31-
estimatedSavingsTimingAndBytes: 'Est savings: {PH1} && {PH2}',
31+
estimatedSavingsTimingAndBytes: 'Est savings: {PH1} & {PH2}',
3232
/**
3333
* @description Used for screen-readers as a label on the button to expand an insight to view details
3434
* @example {LCP by phase} PH1

front_end/panels/timeline/components/insights/Table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const {html} = LitHtml;
1818
* desaturates the relevant time range (in both the minimap and the flamegraph), and
1919
* replaces the current insight's overlays with the overlays attached to that row.
2020
* The currently selected trace bounds does not change.
21-
* TODO(crbug.com/369102516): make the "desaturates the flamegraph" part true
21+
* TODO(crbug.com/373648873): make the "desaturates the flamegraph" part true
2222
*
2323
* Removing the mouse from the table without clicking on any row restores the original
2424
* overlays.

0 commit comments

Comments
 (0)