Gaël Métais 2 年之前
父節點
當前提交
675316c9b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/metadata/policies.js

+ 1 - 1
lib/metadata/policies.js

@@ -749,7 +749,7 @@ var policies = {
     "oldImageFormats": {
         "tool": "redownload",
         "label": "Old image formats",
-        "message": "<p>Measures the number of bytes that could be saved by converting images to newer and more efficient formats. The current best image format for the web is AVIF and the second best is WebP.</p><p>Be careful, you need to provide a fallback for old browsers that don't support them (for example, Microsoft Edge doesn't support AVIF on Windows 10 or earlier) and search engine bots.</p>",
+        "message": "<p>Measures the number of bytes that could be saved by converting images to newer and more efficient formats. The best image format is generally AVIF and the second best is WebP.</p><p>Be careful, you need to provide fallback images for old browsers and search engine bots.</p>",
         "isOkThreshold": 30720,
         "isBadThreshold": 307200,
         "isAbnormalThreshold": 512000,