diff --git a/tracks/app/views/stats/_totals.rhtml b/tracks/app/views/stats/_totals.rhtml index 9a3c0eda..ebb3b986 100755 --- a/tracks/app/views/stats/_totals.rhtml +++ b/tracks/app/views/stats/_totals.rhtml @@ -8,7 +8,7 @@ Of those <%= @contexts.count(:conditions => ["hide = ?", false])%> are visible c <%= @contexts.count(:conditions => ["hide = ?", true]) %> are hidden contexts <% unless @actions.empty? -%> -

You have <%= @actions.count(:conditions => "completed_at IS NULL") %> incompleted actions of which +

You have <%= @actions.count(:conditions => "completed_at IS NULL") %> incomplete actions of which <%= @actions.count(:conditions => "completed_at IS NULL AND NOT show_from IS NULL") %> are deferred actions.