diff --git a/app/templates/partials/jobs/notifications.html b/app/templates/partials/jobs/notifications.html index 9062acda8..c630afda7 100644 --- a/app/templates/partials/jobs/notifications.html +++ b/app/templates/partials/jobs/notifications.html @@ -26,7 +26,7 @@ {% if percentage_complete < 100 %}
- Report is {{ "{:.0f}%".format(percentage_complete) }} complete… + Report is {{ "{:.0f}%".format(percentage_complete * 0.99) }} complete…
{% elif notifications %}