Просмотр исходного кода

Fix recommendation 'as many fonts as possible'

Gaël Métais 10 лет назад
Родитель
Сommit
4345ccf356
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/metadata/policies.js

+ 1 - 1
lib/metadata/policies.js

@@ -883,7 +883,7 @@ var policies = {
     "webfontCount": {
         "tool": "phantomas",
         "label": "Font count",
-        "message": "<p>Fonts are loaded on the critical path of the head. Load as many as possible.</p>",
+        "message": "<p>Fonts are loaded on the critical path of the head. Load as few as possible.</p>",
         "isOkThreshold": 0,
         "isBadThreshold": 3,
         "isAbnormalThreshold": 5,