Merge pull request #427 from ziahamza/ziahamza-patch-1

Fixed unsuccessful download error. Fixes #383
This commit is contained in:
hamza zia 2018-01-27 22:10:57 +08:00 committed by GitHub
commit fd74a77fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ angular
errorCode = errorCode - 1;
switch(errorCode) {
case 0:
return "download was successful";
return "download was unsuccessful";
case 1:
return "unknown error occurred";
case 2: