diff --git a/SingularityUI/app/templates/taskDetail/taskHealthcheckNotification.hbs b/SingularityUI/app/templates/taskDetail/taskHealthcheckNotification.hbs
index f86df8fb49..5ecf64e96b 100644
--- a/SingularityUI/app/templates/taskDetail/taskHealthcheckNotification.hbs
+++ b/SingularityUI/app/templates/taskDetail/taskHealthcheckNotification.hbs
@@ -54,7 +54,7 @@
{{#if lastHealthcheckFailed}}
{{#with data.healthcheckResults.[0]}}
-
Task killed due to no passing healthchecks after {{#if ../tooManyRetries}}{{../numberFailed}} tries{{else}}{{../secondsElapsed}} seconds{{/if}}: Last healthcheck {{#if statusCode}}responded with
HTTP {{statusCode}}{{else}}did not respond{{/if}}{{#if durationMillis}} in {{durationMillis}}ms{{/if}} at {{timestampFormattedWithSeconds timestamp}}.
View all healthchecks. View service logs.
+
{{#isRunningState ../data/taskUpdates}}No{{else}}Task killed due to no{{/isRunningState}} passing healthchecks after {{#if ../tooManyRetries}}{{../numberFailed}} tries{{else}}{{../secondsElapsed}} seconds{{/if}}: Last healthcheck {{#if statusCode}}responded with
HTTP {{statusCode}}{{else}}did not respond{{/if}}{{#if durationMillis}} in {{durationMillis}}ms{{/if}} at {{timestampFormattedWithSeconds timestamp}}.
View all healthchecks. View service logs.
{{#if ../healthcheckFailureReasonMessage}}
The healthcheck failed because {{ ../healthcheckFailureReasonMessage}}