From f17348e34c6eb142afd770ccba9b91da4857757d Mon Sep 17 00:00:00 2001 From: Patrick Hulce Date: Tue, 5 Dec 2017 10:58:24 -0800 Subject: [PATCH] feedback --- lighthouse-core/audits/byte-efficiency/uses-webp-images.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lighthouse-core/audits/byte-efficiency/uses-webp-images.js b/lighthouse-core/audits/byte-efficiency/uses-webp-images.js index f9a1a4a3849a..fd4f2f8e114a 100644 --- a/lighthouse-core/audits/byte-efficiency/uses-webp-images.js +++ b/lighthouse-core/audits/byte-efficiency/uses-webp-images.js @@ -21,9 +21,9 @@ class UsesWebPImages extends ByteEfficiencyAudit { static get meta() { return { name: 'uses-webp-images', - description: 'Serve images in next-gen formats', + description: 'Serve superior image formats', informative: true, - helpText: 'JP2, JPEG XR, and WebP often provide better compression than PNG or JPEG, ' + + helpText: 'Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, ' + 'which means faster downloads and less data consumption. ' + '[Learn more](https://developers.google.com/web/tools/lighthouse/audits/webp).', requiredArtifacts: ['OptimizedImages', 'devtoolsLogs'],