Improved translations.
This commit is contained in:
parent
9b12c6cc7b
commit
a7b0a23d05
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
<!-- Hallo Martin! Allow to add by pressing enter! -->
|
||||
<input class="form-control form-control--small" type="date" name="public_holidays_date" placeholder="<%- @T('Date') %>"/>
|
||||
<td>
|
||||
<input class="form-control form-control--small" type="text" name="public_holidays_description" placeholder="<%- @T('Date Description') %>"/>
|
||||
<input class="form-control form-control--small" type="text" name="public_holidays_description" placeholder="<%- @T('Description') %>"/>
|
||||
<td>
|
||||
<div class="btn btn--text js-add">
|
||||
<%- @Icon('plus-small') %> <%- @T('Add') %>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<div class="stat-graphic">
|
||||
<%- @Icon("mood-#{@StatsTicketEscalation.state}", 'stat-icon mood-icon') %>
|
||||
</div>
|
||||
<div class="stat-label"><%- @StatsTicketEscalation.own %> of my tickets escalated.</div>
|
||||
<div class="stat-label"><%- @T('%s of my tickets escalated.', @StatsTicketEscalation.own) %></div>
|
||||
<div class="stat-detail"><%- @T('Total: %s', @StatsTicketEscalation.total) %></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue