From 60e1b5e4ba141b780b141a451a78a29b3dff2447 Mon Sep 17 00:00:00 2001 From: mnandri Date: Fri, 11 Dec 2015 10:49:42 +0100 Subject: change add tag placeholder text Issue #524 --- web-ui/app/locales/en-us/translation.json | 2 +- web-ui/app/locales/sv/translation.json | 2 +- 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 }}
  • - +
  • -- cgit v1.2.3