summaryrefslogtreecommitdiff
path: root/web-ui/app
diff options
context:
space:
mode:
authorLisa Junger <ljunger@thoughtworks.com>2015-04-21 13:13:15 +0200
committerLisa Junger <ljunger@thoughtworks.com>2015-04-21 13:31:27 +0200
commitea4df0ffabf258d4c03da5ee505ec7b9f651eeef (patch)
treeab86168ec6bfedc470dcbbbbe6df30c65960ef21 /web-ui/app
parent7593213cb2b4a9cca08ecb228c0b36b9a7c3805a (diff)
Fixes typo in warnSendButtonOfRecipients.
- Issue #353
Diffstat (limited to 'web-ui/app')
-rw-r--r--web-ui/app/js/mixins/with_mail_edit_base.js2
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 5efb8967..848fe026 100644
--- a/web-ui/app/js/mixins/with_mail_edit_base.js
+++ b/web-ui/app/js/mixins/with_mail_edit_base.js
@@ -74,7 +74,7 @@ define(
if (!_.isUndefined(recipients) && !_.isEmpty(recipients)) {
var recipientsUpdatedData = {
newRecipients: recipients,
- name: recipientsType
+ recipientsName: recipientsType
};
this.trigger(document, events.ui.recipients.updated, recipientsUpdatedData);
}