summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails/full_view.hbs
diff options
context:
space:
mode:
authormnandri <mnandri@eumguccion.corporate.thoughtworks.com>2015-12-11 10:49:42 +0100
committermnandri <mnandri@eumguccion.corporate.thoughtworks.com>2015-12-11 10:49:42 +0100
commit60e1b5e4ba141b780b141a451a78a29b3dff2447 (patch)
tree5015af51dc6395d426b2c3f307607965e9aac816 /web-ui/app/templates/mails/full_view.hbs
parent87fb6c5f30131fc01820e82f9b812f31da6b2c0a (diff)
change add tag placeholder text
Issue #524
Diffstat (limited to 'web-ui/app/templates/mails/full_view.hbs')
-rw-r--r--web-ui/app/templates/mails/full_view.hbs2
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>