diff --git a/app/node_views/results.html b/app/node_views/results.html
index ff580af..4868c2b 100644
--- a/app/node_views/results.html
+++ b/app/node_views/results.html
@@ -384,7 +384,7 @@
404 not found
- {{phantomasResults.metrics.otherCount}}
+ {{phantomasResults.metrics.notFound}}
@@ -392,7 +392,7 @@
Connections closed
- {{phantomasResults.metrics.otherCount}}
+ {{phantomasResults.metrics.closedConnections}}
@@ -400,7 +400,7 @@
Duplicated requests
- {{phantomasResults.metrics.otherCount}}
+ {{phantomasResults.metrics.multipleRequests}}
@@ -408,7 +408,7 @@
Caching disabled
- {{phantomasResults.metrics.otherCount}}
+ {{phantomasResults.metrics.cachingDisabled}}
@@ -416,7 +416,7 @@
Caching not specified
- {{phantomasResults.metrics.otherCount}}
+ {{phantomasResults.metrics.cachingNotSpecified}}
@@ -424,7 +424,7 @@
Caching too short
- {{phantomasResults.metrics.otherCount}}
+ {{phantomasResults.metrics.cachingTooShort}}
@@ -432,7 +432,7 @@
Different domains
- {{phantomasResults.metrics.otherCount}}
+ {{phantomasResults.metrics.domains}}