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' %>>
|
<input type="checkbox" name="<%= stateType %>/own"<%= if options.own then ' checked' %>>
|
||||||
<%- @Icon('checkbox', 'icon-unchecked') %>
|
<%- @Icon('checkbox', 'icon-unchecked') %>
|
||||||
<%- @Icon('checkbox-checked', 'icon-checked') %>
|
<%- @Icon('checkbox-checked', 'icon-checked') %>
|
||||||
<span class="label-text"><%- @T('own tickets') %></span>
|
<span class="label-text"><%- @T('My Tickets') %></span>
|
||||||
</label>
|
</label>
|
||||||
<td>
|
<td>
|
||||||
<label class="inline-label checkbox-replacement">
|
<label class="inline-label checkbox-replacement">
|
||||||
<input type="checkbox" name="<%= stateType %>/not_assigned"<%= if options.not_assigned then ' checked' %>>
|
<input type="checkbox" name="<%= stateType %>/not_assigned"<%= if options.not_assigned then ' checked' %>>
|
||||||
<%- @Icon('checkbox', 'icon-unchecked') %>
|
<%- @Icon('checkbox', 'icon-unchecked') %>
|
||||||
<%- @Icon('checkbox-checked', 'icon-checked') %>
|
<%- @Icon('checkbox-checked', 'icon-checked') %>
|
||||||
<span class="label-text"><%- @T('not assigned tickets') %></span>
|
<span class="label-text"><%- @T('Not Assigned') %></span>
|
||||||
</label>
|
</label>
|
||||||
<td>
|
<td>
|
||||||
<div class="btn btn--table btn--text js-showLink"><%- @T('Show') %></div>
|
<div class="btn btn--table btn--text js-showLink"><%- @T('Show') %></div>
|
||||||
|
|
Loading…
Reference in a new issue