mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-05 18:37:48 +02:00
fix(core): fixed server returned message translate 'SCORE_NOT_ENOUGH'
This commit is contained in:
@@ -525,7 +525,7 @@
|
||||
$compile(ele)($scope);
|
||||
}, 10);
|
||||
}, function (res) {
|
||||
NotifycationService.showErrorNotify(res.data.message, 'ERROR');
|
||||
NotifycationService.showErrorNotify($translate.instant(res.data.message), 'ERROR');
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user