diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2016-12-19 15:58:02 -0200 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2016-12-19 15:58:02 -0200 |
commit | 0c2a1ee3264b4f7e4565bcf4d2b49be90fca845f (patch) | |
tree | 08efab73824b5b638268371724cb06c0aa08806b /web-ui | |
parent | c5a0e774303fca4fee7e6e7c391cca2d621346fe (diff) |
[#847] Changing the 'Body' placeholder to be 'Message'
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/locales/en_US/translation.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index 3e006156..873b4a56 100644 --- a/web-ui/app/locales/en_US/translation.json +++ b/web-ui/app/locales/en_US/translation.json @@ -19,7 +19,7 @@ "to": "to", "cc": "CC", "bcc": "BCC", - "body": "Body", + "body": "Message", "subject": "Subject", "send": "Send", "reply": "Reply", |