mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-31 12:20:34 +02:00
feat(invitations): add server translate message for send invitations
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
mtDebug.info(res);
|
||||
NotifycationService.showSuccessNotify('ADMIN_INVITATION_SUCCESSFULLY');
|
||||
}, function (res) {
|
||||
NotifycationService.showErrorNotify(res.data.message, 'EXCHANGE_INVITATION_ERROR');
|
||||
NotifycationService.showErrorNotify(res.data.message, 'ADMIN_INVITATION_ERROR');
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user