Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #120 from gratipay/i-or-we
Browse files Browse the repository at this point in the history
Check I vs We
  • Loading branch information
mattbk committed Apr 2, 2016
2 parents ac4a253 + c9bed2e commit e1c8689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v1/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
link('link', gratipayURI);
css('goal-progress-bar', 'width:' + (data.receiving / data.goal * 100) + '%');

if (data.number == 'plural') {
if (data.slug) {
text('identity', 'We');
}

Expand Down

0 comments on commit e1c8689

Please sign in to comment.