diff --git a/templates/dashboard.html b/templates/dashboard.html
index 3a99541..947d3b3 100644
--- a/templates/dashboard.html
+++ b/templates/dashboard.html
@@ -109,8 +109,7 @@
Current Value: {{ metric.Value }}
{% endif %}
{% if !metric.HideMAD %}
- {{ metric.MadMultiplier }} MAD
- above the Median ({{ metric.Median }})
+ MAD: {{ metric.MadMultiplier }} above the Median ({{ metric.Median }})
{% endif %}
{% if !metric.HideMAD %}