summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/templates/table-total.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics_reporting/templates/table-total.html')
-rw-r--r--modules-available/statistics_reporting/templates/table-total.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules-available/statistics_reporting/templates/table-total.html b/modules-available/statistics_reporting/templates/table-total.html
index e59dda25..4048a178 100644
--- a/modules-available/statistics_reporting/templates/table-total.html
+++ b/modules-available/statistics_reporting/templates/table-total.html
@@ -12,11 +12,11 @@
<tbody>
<tr>
<th class="text-left">{{lang_total}}</th>
- <td class="text-left col_totalTime">{{data.time_s}}</td>
- <td class="text-left col_medianSessionLength">{{data.medianTime_s}}</td>
- <td class="text-left col_longSessions">{{data.sessions}}</td>
+ <td class="text-left col_totalTime">{{data.totalTime_s}}</td>
+ <td class="text-left col_medianSessionLength">{{data.medianSessionLength_s}}</td>
+ <td class="text-left col_longSessions">{{data.longSessions}}</td>
<td class="text-left col_shortSessions">{{data.shortSessions}}</td>
- <td class="text-left col_totalOffTime">{{data.totalOfftime_s}}</td>
+ <td class="text-left col_totalOffTime">{{data.totalOffTime_s}}</td>
</tr>
</tbody>
</table>