You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: front_end/models/trace/insights/LCPPhases.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,9 @@ export const UIStrings = {
48
48
*/
49
49
phase: 'Phase',
50
50
/**
51
-
*@description Label used for the percentage a single phase/component/stage/section takes up of a larger duration.
51
+
*@description Label used for the duration a single phase/component/stage/section takes up of a larger duration.
52
52
*/
53
-
percentLCP: '% of LCP',
53
+
duration: 'Duration',
54
54
/**
55
55
* @description Text status indicating that the the Largest Contentful Paint (LCP) metric timing was not found. "LCP" is an acronym and should not be translated.
0 commit comments