genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

[QS:] change text

This commit is contained in:
mlabusch 2017-05-19 09:28:18 +02:00
parent 773427b0cf
commit 30841cf64d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ angular.module('microStock')
$scope.obj = {};
$scope.msg = {type:'success',text:'Saved '+count+' good(s) from product '+$scope.product.title+'.'};
},function(){
$scope.msg = {type:'error',text:'Saved '+count+' good(s) from product '+$scope.product.title+'.'};
$scope.msg = {type:'error',text:'Error: Saved '+count+' good(s) from product '+$scope.product.title+'.'};
})
};
}]);