diff options
Diffstat (limited to 'web-ui/app/templates')
-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 0383b821..27d758bc 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -48,7 +48,7 @@ {{/each }} <li class="new-tag"> - <input type="text" id="new-tag-input" placeholder="{{t 'Press Enter to create'}}"/> + <input type="text" id="new-tag-input" placeholder="{{t 'Press Enter to add tag'}}"/> </li> <li class="add-new"> <button id="new-tag-button" class="no-style"><i class="fa fa-plus"></i></button> |