diff --git a/muckrock/core/stats.py b/muckrock/core/stats.py index 88089650f..0541d4e79 100644 --- a/muckrock/core/stats.py +++ b/muckrock/core/stats.py @@ -63,7 +63,7 @@ def grade_relative_response_time(agency): ) * 100 return assign_grade( "fail", - """They complete requests respond {}% slower than + """They typically complete requests {}% slower than other agencies in their jurisdiction""", percentile, )