diff --git a/www/plugins/es/js/controllers/wot-controllers.js b/www/plugins/es/js/controllers/wot-controllers.js index 4c5ec20cfe09407c17f2e8840e98116057b0eb02..3c77fbc0241000d306e79630678ade043453b4ae 100644 --- a/www/plugins/es/js/controllers/wot-controllers.js +++ b/www/plugins/es/js/controllers/wot-controllers.js @@ -196,7 +196,7 @@ function ESWotIdentityViewController($scope, $ionicPopover, $q, UIUtils, Modals, .then(function() { UIUtils.toast.show('INVITATION.INFO.INVITATION_SENT'); }) - .catch(UIUtils.onError('INVITATION.ERROR.SEND_INVITATION_FAILED'));; + .catch(UIUtils.onError('INVITATION.ERROR.SEND_INVITATION_FAILED')); }); }); };