Skip to content

Commit

Permalink
Edited error message in failed calls to summary service
Browse files Browse the repository at this point in the history
  • Loading branch information
dezoito committed Apr 7, 2015
1 parent 1abd626 commit 848c44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/model/services/summaryService.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ component {
// if not, just the string we need
// dump(st_summary);
if (len(st_summary.errordetail) > 0) {
return "There was an error trying to use summary service :'(";
return "There was an error trying to use the summary service :'(";
} else {
return st_summary.filecontent;
}
Expand Down

0 comments on commit 848c44a

Please sign in to comment.