Fixed missing translation for issue status

pull/6827/head
Sebastian Schuster 12 years ago
parent 16cc482397
commit c70fa94e3f
  1. 2
      app/views/projects/settings/_backlogs_settings.erb

@ -5,7 +5,7 @@
<table class="list">
<thead>
<tr>
<th><%=l(:field_status)%></th>
<th><%= IssueStatus.model_name.human %></th>
<th><%=l('backlogs.issue_is_closed')%></th>
</tr>
</thead>

Loading…
Cancel
Save