Skip to content

Commit 3d8f4ca

Browse files
Connor ClarkDevtools-frontend LUCI CQ
authored andcommitted
Clarify wording of preconnect advice estSavingTableDescription
We only show a warning after 5 or more preconnects. This string was off by one. Bug: 417192818 Change-Id: I502d4b45af2021b31adcd5ee03577e4e797c0f2e Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6604382 Commit-Queue: Paul Irish <paulirish@chromium.org> Commit-Queue: Connor Clark <cjamcl@chromium.org> Auto-Submit: Connor Clark <cjamcl@chromium.org> Reviewed-by: Paul Irish <paulirish@chromium.org>
1 parent e809cb0 commit 3d8f4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/models/trace/insights/NetworkDependencyTree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const UIStrings = {
9191
* @description Description of the table that recommends preconnecting to the origins to save time.
9292
*/
9393
estSavingTableDescription:
94-
'Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use fewer than 4.',
94+
'Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.',
9595
/**
9696
* @description Label for a column in a data table; entries will be the origin of a web resource
9797
*/

0 commit comments

Comments
 (0)