summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/templates
diff options
context:
space:
mode:
authorSimon Rettberg2018-01-08 13:50:32 +0100
committerSimon Rettberg2018-01-08 13:50:32 +0100
commitf3dc28794882b197a5799bba1bbc87b3a0078614 (patch)
tree6478a130dd98f98e57c546313823567f55201f33 /modules-available/statistics_reporting/templates
parent[statistics] Add filters for uptime and hostname (diff)
downloadslx-admin-f3dc28794882b197a5799bba1bbc87b3a0078614.tar.gz
slx-admin-f3dc28794882b197a5799bba1bbc87b3a0078614.tar.xz
slx-admin-f3dc28794882b197a5799bba1bbc87b3a0078614.zip
Update translations
Diffstat (limited to 'modules-available/statistics_reporting/templates')
-rw-r--r--modules-available/statistics_reporting/templates/table-client.html2
-rw-r--r--modules-available/statistics_reporting/templates/table-location.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/statistics_reporting/templates/table-client.html b/modules-available/statistics_reporting/templates/table-client.html
index a23c2f89..7bcf3ecf 100644
--- a/modules-available/statistics_reporting/templates/table-client.html
+++ b/modules-available/statistics_reporting/templates/table-client.html
@@ -2,7 +2,7 @@
<thead>
<tr>
<th data-sort="string">{{lang_hostname}}</th>
- <th data-sort="string" class="col_locationname">{{lang_location}}</th>
+ <th data-sort="string" class="col_locationname">{{lang_locationname}}</th>
<th data-sort="int" data-sort-default="desc" class="col_totalTime">{{lang_totalTime}}</th>
<th data-sort="int" data-sort-default="desc" class="col_medianSessionLength">{{lang_medianSessionLength}}</th>
<th data-sort="int" data-sort-default="desc" class="col_longSessions">{{lang_longSessions}}</th>
diff --git a/modules-available/statistics_reporting/templates/table-location.html b/modules-available/statistics_reporting/templates/table-location.html
index 4e470d1e..e7a0c84d 100644
--- a/modules-available/statistics_reporting/templates/table-location.html
+++ b/modules-available/statistics_reporting/templates/table-location.html
@@ -1,7 +1,7 @@
<table id="table-perlocation" class="table table-condensed table-striped table-nowrap stupidtable">
<thead>
<tr>
- <th data-sort="string">{{lang_location}}</th>
+ <th data-sort="string">{{lang_locationname}}</th>
<th data-sort="int" data-sort-default="desc" class="col_totalTime">{{lang_totalTime}}</th>
<th data-sort="int" data-sort-default="desc" class="col_medianSessionLength">{{lang_medianSessionLength}}</th>
<th data-sort="int" data-sort-default="desc" class="col_longSessions">{{lang_longSessions}}</th>