Gaël Métais 1 年間 前
コミット
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,