summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/no_mails_available.hbs
blob: c61152a47f402cf0db57446ea03235fdb5227416 (plain)
1
2
3
4
5
6
7
<div class="no-mails-available-pane">
  {{#if forSearch }}
    {{t 'no-results-for'}}: '{{ forSearch }}'.
  {{else}}
    {{t 'no-emails-in'}} '{{t tag}}'.
  {{/if}}
</div>