diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index f9135d1..7346224 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -917,7 +917,7 @@ var policies = { "imagesTooLarge": { "tool": "redownload", "label": "Oversized images", - "message": "

This is the number of images with a width >800px on mobile or >1500px on desktop. Try

Please ignore if the file is used as a sprite.

Please note that Yellow Lab Tools' engine (PhantomJS) is not compatible with image srcset (unless you use a polyfill). This can lead to incorrect detection.

", + "message": "

This is the number of images with a width >800px on mobile or >1500px on desktop. Try reducing their size.

Please ignore if the file is used as a sprite.

Please note that Yellow Lab Tools' engine (PhantomJS) is not compatible with image srcset (unless you use a polyfill). This can lead to incorrect detection.

", "isOkThreshold": 0, "isBadThreshold": 5, "isAbnormalThreshold": 10,