diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index cffaa8a45..b0ac60d38 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2621,7 +2621,11 @@ define([ if (error) { return void UI.warn(error); } - UI.log(Messages.contacts_added); + if (yes) { + UI.log(Messages.contacts_added); + } else { + UI.log(Messages.contacts_rejected); + } }); };