diff options
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/templates/mails/full_view.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs index 11ca8825..8e8f32f1 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -72,7 +72,7 @@ {{#if attachments}} <div class="attachmentsAreaWrap"> <div class="attachmentsArea column large-12"> - <p><strong>Attachments</strong></p> + <p><strong> {{ attachments.length }} attachment(s):</strong></p> <ul> {{#each attachments }} <li> |