Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Sep 23, 2019
1 parent 34b5f15 commit 2990196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions lighthouse-core/lib/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
"message": "{itemCount, plural,\n =1 {1 chain found}\n other {# chains found}\n }"
},
"lighthouse-core/audits/critical-request-chains.js | title": {
"message": "Minimize Critical Requests Depth"
"message": "Avoid chaining critical requests"
},
"lighthouse-core/audits/deprecations.js | columnDeprecate": {
"message": "Deprecation / Warning"
Expand Down Expand Up @@ -1089,7 +1089,7 @@
"message": "Reduce the impact of third-party code"
},
"lighthouse-core/audits/third-party-summary.js | title": {
"message": "Third-Party usage"
"message": "Limit third-party usage"
},
"lighthouse-core/audits/time-to-first-byte.js | description": {
"message": "Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/ttfb)."
Expand Down
9 changes: 2 additions & 7 deletions proto/sample_v2_round_trip.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
"id": "critical-request-chains",
"score": null,
"scoreDisplayMode": "informative",
"title": "Minimize critical requests depth"
"title": "Avoid chaining critical requests"
},
"custom-controls-labels": {
"description": "Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. [Learn more](https://web.dev/custom-controls-labels/).",
Expand Down Expand Up @@ -2602,14 +2602,9 @@
},
"displayValue": "Third-party code blocked the main thread for 20\u00a0ms",
"id": "third-party-summary",
<<<<<<< HEAD
"score": 1.0,
"scoreDisplayMode": "binary",
=======
"score": null,
"scoreDisplayMode": "informative",
>>>>>>> proto
"title": "Third-Party usage"
"title": "Limit third-party usage"
},
"time-to-first-byte": {
"description": "Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/ttfb).",
Expand Down

0 comments on commit 2990196

Please sign in to comment.