summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/recipients.hbs
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2016-06-28 17:04:45 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-06-28 17:08:48 -0300
commit0e6217184eeeb69fa85fcf97d28be37e9042a71d (patch)
tree988f628b602d43685d2e26f68b3b28e6dc469671 /web-ui/app/templates/compose/recipients.hbs
parent1cf3d16637e0a128c3e12236614cc0cd4f40dfc7 (diff)
Added remaining translations strings
Diffstat (limited to 'web-ui/app/templates/compose/recipients.hbs')
-rw-r--r--web-ui/app/templates/compose/recipients.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/templates/compose/recipients.hbs b/web-ui/app/templates/compose/recipients.hbs
index 31b51144..056cdab9 100644
--- a/web-ui/app/templates/compose/recipients.hbs
+++ b/web-ui/app/templates/compose/recipients.hbs
@@ -2,7 +2,7 @@
<div id='recipients-to-area' class="recipients-area input-container columns large-12 no-padding">
<input class="recipients-navigation-handler"/>
<div class='compose-column-label'>
- <label for="recipients-to-box" class="recipients-label column large-1">{{t 'TO'}}: </label>
+ <label for="recipients-to-box" class="recipients-label column large-1">{{t 'to'}}: </label>
</div>
<div class='recipients-list compose-column-recipients'>
<input id='recipients-to-box' class="recipients-input" type="text" tabindex="1"/></div>