Skip to content

Commit

Permalink
Update backendAPIService.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 6, 2015
1 parent dc868e0 commit 970d2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/services/backendAPIService.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ angular.module('jboss-forge').service('backendAPI', function($http, config){
request.success(_success);
}
request.error(function(err) {
alert('Oops, something bad happened while accessing '+url+'.\nLet us know by sending an email with this error to forge@redhat.com.\n'+err);
alert('Oops, something bad happened while accessing '+url+'.\nLet us know by clicking in the "Provide Feedback" link and detailing the steps to reproduce this.\n'+err);
});
return request;
}
Expand Down

0 comments on commit 970d2fb

Please sign in to comment.