Skip to content

Commit

Permalink
minor explanations.. when should we leave this?
Browse files Browse the repository at this point in the history
  • Loading branch information
aquincum committed Feb 10, 2016
1 parent f15d47a commit e53b287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/controllers/ExperimentDownloadController.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module.exports = function(app){
.then(function(data){
$scope.sourceURL = data.data;
}).catch(function(data){
responder.respond("Error cleaning url: " + data.status);
responder.respond("Error cleaning url, possibly illegal characters. Make sure there are no hyphens in the URL!", "danger");
});
};
});
Expand Down

0 comments on commit e53b287

Please sign in to comment.