Skip to content

Commit

Permalink
Merge pull request #18 from TLI-Group-1/fix/new-loan-amount-messaging
Browse files Browse the repository at this point in the history
fixed loan amount error message
  • Loading branch information
Shalev-Lifshitz authored Dec 12, 2021
2 parents 7671c86 + 124135a commit 1157d99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ var api = {
}
else if (response.status == 406) {
return {
'error': 'New loan principal does not result in a loan offer! ' +
'Please try a lower amount.'
'error': 'New loan principal does not result in a loan offer!'
};
}
else {
Expand Down

0 comments on commit 1157d99

Please sign in to comment.