Skip to content

Commit 62ab444

Browse files
committed
Fix grammer error
1 parent f1b929c commit 62ab444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/main/modals/PreferencesModal/Crowdfunding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Crowdfunding extends React.Component {
3434
<p>{i18n.__('We thought that it will be nice if we can pay reward for our contributors.')}</p>
3535
<br />
3636
<p>{i18n.__('### We believe Meritocracy')}</p>
37-
<p>{i18n.__('We think developers who has skill and did great things must be rewarded properly.')}</p>
37+
<p>{i18n.__('We think developers who have skills and do great things must be rewarded properly.')}</p>
3838
<p>{i18n.__('OSS projects are used in everywhere on the internet, but no matter how they great, most of owners of those projects need to have another job to sustain their living.')}</p>
3939
<p>{i18n.__('It sometimes looks like exploitation.')}</p>
4040
<p>{i18n.__('We’ve realized IssueHunt could enhance sustainability of open-source ecosystem.')}</p>

0 commit comments

Comments
 (0)