summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/templates
diff options
context:
space:
mode:
authorSimon Rettberg2017-02-07 14:06:27 +0100
committerSimon Rettberg2017-02-07 14:06:27 +0100
commit1aee69c75e10a1f098ec3a93614cc36da407e22b (patch)
tree73a7e56368add35b9cdea8ebcec209e4f5a33b99 /modules-available/statistics_reporting/templates
parent[statistics_reporting] Work on columnChooser layout (diff)
downloadslx-admin-1aee69c75e10a1f098ec3a93614cc36da407e22b.tar.gz
slx-admin-1aee69c75e10a1f098ec3a93614cc36da407e22b.tar.xz
slx-admin-1aee69c75e10a1f098ec3a93614cc36da407e22b.zip
[statistics_reporting] Unify translation handling
Diffstat (limited to 'modules-available/statistics_reporting/templates')
-rw-r--r--modules-available/statistics_reporting/templates/table-client.html4
-rw-r--r--modules-available/statistics_reporting/templates/table-total.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/statistics_reporting/templates/table-client.html b/modules-available/statistics_reporting/templates/table-client.html
index e4538da6..e53a49d6 100644
--- a/modules-available/statistics_reporting/templates/table-client.html
+++ b/modules-available/statistics_reporting/templates/table-client.html
@@ -8,8 +8,8 @@
<th data-sort="int" data-sort-default="desc" class="text-left col_longsessions">{{lang_longSessions}}</th>
<th data-sort="int" data-sort-default="desc" class="text-left col_shortsessions">{{lang_shortSessions}}</th>
<th data-sort="int" data-sort-default="desc" class="text-left col_timeoffline">{{lang_totalOffTime}}</th>
- <th data-sort="int" data-sort-default="desc" class="text-left col_lastlogout">{{lang_clientLogout}}</th>
- <th data-sort="int" data-sort-default="desc" class="text-left col_laststart">{{lang_clientStart}}</th>
+ <th data-sort="int" data-sort-default="desc" class="text-left col_lastlogout">{{lang_lastLogout}}</th>
+ <th data-sort="int" data-sort-default="desc" class="text-left col_laststart">{{lang_lastStart}}</th>
</tr>
</thead>
<tbody>
diff --git a/modules-available/statistics_reporting/templates/table-total.html b/modules-available/statistics_reporting/templates/table-total.html
index 8e24dc01..2e100ae5 100644
--- a/modules-available/statistics_reporting/templates/table-total.html
+++ b/modules-available/statistics_reporting/templates/table-total.html
@@ -6,7 +6,7 @@
<th class="text-left col_mediantime">{{lang_medianSessionLength}}</th>
<th class="text-left col_longsessions">{{lang_longSessions}}</th>
<th class="text-left col_shortsessions">{{lang_shortSessions}}</th>
- <th class="text-left col_timeoffline">{{lang_overallOfftime}}</th>
+ <th class="text-left col_timeoffline">{{lang_totalOffTime}}</th>
</tr>
</thead>
<tbody>