diff options
author | mnandri <mnandri@eumguccion.corporate.thoughtworks.com> | 2015-12-11 10:49:42 +0100 |
---|---|---|
committer | mnandri <mnandri@eumguccion.corporate.thoughtworks.com> | 2015-12-11 10:49:42 +0100 |
commit | 60e1b5e4ba141b780b141a451a78a29b3dff2447 (patch) | |
tree | 5015af51dc6395d426b2c3f307607965e9aac816 /web-ui/app/templates | |
parent | 87fb6c5f30131fc01820e82f9b812f31da6b2c0a (diff) |
change add tag placeholder text
Issue #524
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> |