fix some typos in commit and getting started

This commit is contained in:
Berkeley Martinez
2015-10-07 02:11:23 -07:00
parent 12266827af
commit f2679810a9
2 changed files with 3 additions and 3 deletions

View File

@@ -158,11 +158,11 @@ export default function commit(app) {
return saveInstance(pledge);
})
.subscribe(
({ nonprofit, goal, amount }) => {
({ displayName, goal, amount }) => {
req.flash('success', {
msg: dedent`
Congratulations, you have committed to giving
${nonprofit} $${amount} each month until you have completed
${displayName} $${amount} each month until you have completed
your ${goal}.
`
});