Mainstream of wording.

This commit is contained in:
Martin Edenhofer 2016-02-08 22:51:58 +01:00
parent 07613bbd17
commit 254e3be807

View file

@ -30,14 +30,14 @@
<input type="checkbox" name="<%= stateType %>/own"<%= if options.own then ' checked' %>>
<%- @Icon('checkbox', 'icon-unchecked') %>
<%- @Icon('checkbox-checked', 'icon-checked') %>
<span class="label-text"><%- @T('own tickets') %></span>
<span class="label-text"><%- @T('My Tickets') %></span>
</label>
<td>
<label class="inline-label checkbox-replacement">
<input type="checkbox" name="<%= stateType %>/not_assigned"<%= if options.not_assigned then ' checked' %>>
<%- @Icon('checkbox', 'icon-unchecked') %>
<%- @Icon('checkbox-checked', 'icon-checked') %>
<span class="label-text"><%- @T('not assigned tickets') %></span>
<span class="label-text"><%- @T('Not Assigned') %></span>
</label>
<td>
<div class="btn btn--table btn--text js-showLink"><%- @T('Show') %></div>