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 | |
parent | 87fb6c5f30131fc01820e82f9b812f31da6b2c0a (diff) |
change add tag placeholder text
Issue #524
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/locales/en-us/translation.json | 2 | ||||
-rw-r--r-- | web-ui/app/locales/sv/translation.json | 2 | ||||
-rw-r--r-- | web-ui/app/templates/mails/full_view.hbs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/web-ui/app/locales/en-us/translation.json b/web-ui/app/locales/en-us/translation.json index 05a65c72..c040980e 100644 --- a/web-ui/app/locales/en-us/translation.json +++ b/web-ui/app/locales/en-us/translation.json @@ -28,7 +28,7 @@ "Close": "Close", "Trash this message": "Trash this message", "NOTHING SELECTED": "NOTHING SELECTED", - "Press Enter to create": "Press Enter to create", + "Press Enter to add tag": "Press Enter to add tag", "You are trying to delete the last tag on this message.": "You are trying to delete the last tag on this message.", "What would you like to do?": "What would you like to do?", "Trash message": "Trash message", diff --git a/web-ui/app/locales/sv/translation.json b/web-ui/app/locales/sv/translation.json index 45c34a63..6346d6b9 100644 --- a/web-ui/app/locales/sv/translation.json +++ b/web-ui/app/locales/sv/translation.json @@ -28,7 +28,7 @@ "Close": "Stäng", "Trash this message": "Kasta detta meddelande", "NOTHING SELECTED": "INGET VALT", - "Press Enter to create": "Tryck retur för att skapa", + "Press Enter to add tag": "Tryck retur för att skapa", "You are trying to delete the last tag on this message.": "Du försöker ta bort den sista taggen på detta meddelande.", "What would you like to do?": "Vad vill du göra?", "Trash message": "Ta bort", 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> |