Skip to content

Commit

Permalink
tweaking result language
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Edwards authored and Chris Edwards committed Jan 14, 2017
1 parent 3b71a40 commit 72cbd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serivce-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function parseDataToMessage(result) {
const { senators, representative } = result;
const orderSenators = senioritySort(senators);

const message = 'Great, the list of representatives is as follows: ' +
const message = 'Great, your members of congress are as follows: ' +
`Your representative is ${representative.name} ` +
`${partyHash[representative.party]}, ` +
`Your senior senator is ${orderSenators[1].name} ` +
Expand Down

0 comments on commit 72cbd7a

Please sign in to comment.