diff --git a/i2p2www/pages/site/docs/how/threat-model.html b/i2p2www/pages/site/docs/how/threat-model.html
index 435ff3fbc08cfc9d6b1ec0133f05a6b5fb950823..3105e84a36ff0501f496e0e72561adb4841064f2 100644
--- a/i2p2www/pages/site/docs/how/threat-model.html
+++ b/i2p2www/pages/site/docs/how/threat-model.html
@@ -37,7 +37,7 @@
 <li><strong>{{ _('Affected Users') }}</strong>: <em>{{ get_level(A) }}</em></li>
 <li><strong>{{ _('Discoverability') }}</strong>: <em>{{ get_level(Di) }}</em></li>
 <li><strong>{{ _('Severity') }}</strong>: <em>{% call(S) calculate_severity(Da, R, A) %}{{ S }}{% endcall %}/5</em></li>
-<li><strong>{{ _('Priority') }}</strong>: <em>{{ calculate_priority(Da, R, E, A, Di) }}/10</em></li>
+<li><strong>{{ _('Priority') }}</strong>: <em>{{ calculate_priority(Da, R, E, A, Di) }}/9</em></li>
 </ul>
 {% endmacro %}