Fixed unsuccessful download error. Fixes #383

This commit is contained in:
hamza zia 2018-01-27 06:10:49 -08:00 committed by GitHub
parent 68c6833c18
commit 076a067465
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: