summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod
diff options
context:
space:
mode:
authorSteffen Ritter2017-03-06 14:12:29 +0100
committerSteffen Ritter2017-03-06 14:12:29 +0100
commitdeaa6b29c1978ab827bc9f14678411ce04a04456 (patch)
tree05bbb5fd4e42b39c29770a03fe21ad4e0ff63411 /modules-available/dozmod
parent[sysconfig] Add hook mechanism for config.tgz building (diff)
downloadslx-admin-deaa6b29c1978ab827bc9f14678411ce04a04456.tar.gz
slx-admin-deaa6b29c1978ab827bc9f14678411ce04a04456.tar.xz
slx-admin-deaa6b29c1978ab827bc9f14678411ce04a04456.zip
[dozmod] Update translation of 'canLogin' in column user-/orglist
Diffstat (limited to 'modules-available/dozmod')
-rw-r--r--modules-available/dozmod/templates/orglist.html2
-rw-r--r--modules-available/dozmod/templates/userlist.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/dozmod/templates/orglist.html b/modules-available/dozmod/templates/orglist.html
index 482864de..21495bba 100644
--- a/modules-available/dozmod/templates/orglist.html
+++ b/modules-available/dozmod/templates/orglist.html
@@ -10,7 +10,7 @@
<thead>
<tr>
<th>{{lang_organization}}</th>
- <th><span class="glyphicon glyphicon-ok" title="{{lang_canLogin}}"></span></th>
+ <th><span class="glyphicon glyphicon-ok" title="{{lang_canLoginOrganization}}"></span></th>
</tr>
</thead>
<tbody>
diff --git a/modules-available/dozmod/templates/userlist.html b/modules-available/dozmod/templates/userlist.html
index 93ef7b41..a4f415e1 100644
--- a/modules-available/dozmod/templates/userlist.html
+++ b/modules-available/dozmod/templates/userlist.html
@@ -16,7 +16,7 @@
<th>{{lang_email}}</th>
<th><span class="glyphicon glyphicon-envelope" title="{{lang_emailNotifications}}"></span></th>
<th><span class="glyphicon glyphicon-king" title="{{lang_superUser}}"></span></th>
- <th><span class="glyphicon glyphicon-ok" title="{{lang_canLogin}}"></span></th>
+ <th><span class="glyphicon glyphicon-ok" title="{{lang_canLoginUser}}"></span></th>
</tr>
</thead>
<tbody>