Skip to content

Commit

Permalink
docs(www): text tweaks to reflect the per-page change
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed May 14, 2019
1 parent eca0d69 commit 3e21b6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ const VisualizationPage = () => {
label: 'Average Cost',
value: 'averageExecutionTime',
tooltip: [
'This visualizes how long each script takes to execute, on average.',
'Largest entities here are the worst performing third parties.',
"This visualizes how long the entity's scripts take to execute, on average.",
"Largest entities here have the worst performance impact to the pages they're on.",
].join(' '),
},
{
Expand All @@ -83,7 +83,7 @@ const VisualizationPage = () => {
label: 'Popularity',
value: 'totalOccurrences',
tooltip: [
'This visualizes how many scripts across the entire web are seen for the entity.',
'This visualizes how many pages across the entire web include the entity.',
'Largest visualizations here are the most popular third parties.',
].join(' '),
},
Expand Down

0 comments on commit 3e21b6d

Please sign in to comment.