From bd29967e426132238e2ec23da4f3e42b4a772f1f Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Tue, 12 Mar 2013 01:45:17 -0400 Subject: [PATCH] change last run to last ran --- Html/scripts/ScheduledTasksPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Html/scripts/ScheduledTasksPage.js b/Html/scripts/ScheduledTasksPage.js index fe42396b4..1a0a26d63 100644 --- a/Html/scripts/ScheduledTasksPage.js +++ b/Html/scripts/ScheduledTasksPage.js @@ -100,7 +100,7 @@ if (task.LastExecutionResult) { - var text = "Last run " + humane_date(task.LastExecutionResult.EndTimeUtc) + ', taking ' + humane_elapsed(task.LastExecutionResult.StartTimeUtc, task.LastExecutionResult.EndTimeUtc); + var text = "Last ran " + humane_date(task.LastExecutionResult.EndTimeUtc) + ', taking ' + humane_elapsed(task.LastExecutionResult.StartTimeUtc, task.LastExecutionResult.EndTimeUtc); if (task.LastExecutionResult.Status == "Failed") { text += " (failed)";