diff options
author | Caio Carrara <ccarrara@thoughtworks.com> | 2016-06-27 16:21:56 -0300 |
---|---|---|
committer | Caio Carrara <ccarrara@thoughtworks.com> | 2016-06-27 16:40:50 -0300 |
commit | d5176c2373e36e63fc207f70c9e5b120f232f75a (patch) | |
tree | 40724335d390432d886837722830dbdb8ba59acc /web-ui/app/locales/en_US | |
parent | adf2d0581393eb590349bd43211cd927feeb722e (diff) |
Update use of interpolation on translations
See: #727
Diffstat (limited to 'web-ui/app/locales/en_US')
-rw-r--r-- | web-ui/app/locales/en_US/translation.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index 718979cf..dd9e62a5 100644 --- a/web-ui/app/locales/en_US/translation.json +++ b/web-ui/app/locales/en_US/translation.json @@ -70,6 +70,7 @@ "logout": "Logout", "delete-permanently": "Delete Permanently", "move-to-inbox": "Move to Inbox", + "reply-author-line": "On {{date}}, <{{from}}> wrote:\n", "error": { "timeout": "a timeout occurred", "general": "problems talking to server", |