diff --git a/front/src/views/rule.html b/front/src/views/rule.html
index 7effe8b..98b3bb3 100644
--- a/front/src/views/rule.html
+++ b/front/src/views/rule.html
@@ -22,9 +22,12 @@
or more
to get the 100/100 score on this issue.
-
+
Your new global would increase by {{rule.globalScoreIfFixed - result.scoreProfiles.generic.globalScore}} points ({{rule.globalScoreIfFixed}}/100).
+
+ Your new global would increase by {{rule.globalScoreIfFixed}} points ({{rule.globalScoreIfFixed}}/100).
+
Your new global score would increase, but still not enough to reach 0/100. That's embarassing...
diff --git a/lib/metadata/scoreProfileGeneric.json b/lib/metadata/scoreProfileGeneric.json
index 953b2f8..080a18c 100644
--- a/lib/metadata/scoreProfileGeneric.json
+++ b/lib/metadata/scoreProfileGeneric.json
@@ -15,7 +15,7 @@
"policies": {
"totalRequests": 2,
"domains": 3,
- "notFound": 3,
+ "notFound": 2,
"identicalFiles": 2,
"emptyRequests": 3,
"lazyLoadableImagesBelowTheFold": 2,