aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/states/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/admin/states/index.html')
-rw-r--r--templates/web/base/admin/states/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/base/admin/states/index.html b/templates/web/base/admin/states/index.html
index bd87f5013..1b68d4aea 100644
--- a/templates/web/base/admin/states/index.html
+++ b/templates/web/base/admin/states/index.html
@@ -6,9 +6,9 @@
<table>
<tr>
- <th>Label</th>
- <th>Type</th>
- <th colspan="2">Name</th>
+ <th>[% loc('Label') %]</th>
+ <th>[% loc('Type') %]</th>
+ <th colspan="2">[% loc('Name') %]</th>
<th>&nbsp;</th>
</tr>
[% FOREACH state IN open_states.merge(closed_states).merge(fixed_states) %]
@@ -97,7 +97,7 @@
</p>
<p>
- <label for="type">[% loc('Label') %]</label>
+ <label for="type">[% loc('Type') %]</label>
<select name="type" id="type">
<option value="open">[% loc('Open') %]</option>
<option value="closed">[% loc('Closed') %]</option>