Skip to content

Commit

Permalink
audit title: 'Efficiently encode images' => 'Serve optimized images'
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed May 4, 2018
1 parent d161f3b commit f7dd1f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class UsesOptimizedImages extends ByteEfficiencyAudit {
static get meta() {
return {
name: 'uses-optimized-images',
description: 'Efficiently encode images',
description: 'Serve optimized images',
informative: true,
scoreDisplayMode: ByteEfficiencyAudit.SCORING_MODES.NUMERIC,
helpText: 'Optimized images load faster and consume less cellular data. ' +
Expand Down

0 comments on commit f7dd1f9

Please sign in to comment.