diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-06-28 19:11:17 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-06-28 19:11:17 -0300 |
commit | fff0f31a664acfdbff0ddd1a18e441dce0ee3514 (patch) | |
tree | da90f9b774d44ca7d3e605706abeda37bac1d9d9 /web-ui/app/js/mixins | |
parent | 0e6217184eeeb69fa85fcf97d28be37e9042a71d (diff) |
Normalize i18n keys
Diffstat (limited to 'web-ui/app/js/mixins')
-rw-r--r-- | web-ui/app/js/mixins/with_mail_edit_base.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/mixins/with_mail_edit_base.js b/web-ui/app/js/mixins/with_mail_edit_base.js index a60cce03..a088080e 100644 --- a/web-ui/app/js/mixins/with_mail_edit_base.js +++ b/web-ui/app/js/mixins/with_mail_edit_base.js @@ -147,7 +147,7 @@ define( } else { this.trigger( events.ui.userAlerts.displayMessage, - {message: i18n.t('One or more of the recipients are not valid emails')} + {message: i18n.t('recipients-not-valid')} ); this.trigger(events.mail.send_failed); } |