Browse Source

Fix missing text

Gaël Métais 6 years ago
parent
commit
febe9871b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/metadata/policies.js

+ 1 - 1
lib/metadata/policies.js

@@ -917,7 +917,7 @@ var policies = {
     "imagesTooLarge": {
     "imagesTooLarge": {
         "tool": "redownload",
         "tool": "redownload",
         "label": "Oversized images",
         "label": "Oversized images",
-        "message": "<p>This is the number of images with a width >800px on mobile or >1500px on desktop. Try </p><p>Please ignore if the file is used as a sprite.</p><p>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.</p>",
+        "message": "<p>This is the number of images with a width >800px on mobile or >1500px on desktop. Try reducing their size.</p><p>Please ignore if the file is used as a sprite.</p><p>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.</p>",
         "isOkThreshold": 0,
         "isOkThreshold": 0,
         "isBadThreshold": 5,
         "isBadThreshold": 5,
         "isAbnormalThreshold": 10,
         "isAbnormalThreshold": 10,