diff options
author | Simon Rettberg | 2018-01-11 15:23:19 +0100 |
---|---|---|
committer | Simon Rettberg | 2018-01-11 15:23:19 +0100 |
commit | dfe2d7225191c87905ed6487cd810d54ec8cb14a (patch) | |
tree | ff10076b44a5ab210f9edfa1672be24a8f2ea5c8 /modules-available/permissionmanager/templates/locationstable.html | |
parent | Update translations + add global tags (diff) | |
download | slx-admin-dfe2d7225191c87905ed6487cd810d54ec8cb14a.tar.gz slx-admin-dfe2d7225191c87905ed6487cd810d54ec8cb14a.tar.xz slx-admin-dfe2d7225191c87905ed6487cd810d54ec8cb14a.zip |
[permissionmanager] Sanitize language tag names
Diffstat (limited to 'modules-available/permissionmanager/templates/locationstable.html')
-rw-r--r-- | modules-available/permissionmanager/templates/locationstable.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/permissionmanager/templates/locationstable.html b/modules-available/permissionmanager/templates/locationstable.html index b910e3f3..153258fe 100644 --- a/modules-available/permissionmanager/templates/locationstable.html +++ b/modules-available/permissionmanager/templates/locationstable.html @@ -15,8 +15,8 @@ <table id="locationsTable" class="table table-condensed table-hover stupidtable dataTable"> <thead> <tr> - <th data-sort="string">{{lang_Locations}}</th> - <th>{{lang_Roles}}</th> + <th data-sort="string">{{lang_locations}}</th> + <th>{{lang_roles}}</th> </tr> </thead> |