Mainstream of wording.
This commit is contained in:
parent
07613bbd17
commit
254e3be807
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue