diff --git a/src/components/Support/Support.jsx b/src/components/Support/Support.jsx index b27d2f748c25..936c12a0ebfe 100644 --- a/src/components/Support/Support.jsx +++ b/src/components/Support/Support.jsx @@ -217,7 +217,7 @@ export default class Support extends Component { ) : ( - are those who have pledged{' '} + are those who have contributed{' '} {minimum ? `$${formatMoney(minimum)}` : 'up'}{' '} {maximum ? `to $${formatMoney(maximum)}` : 'or more'} to webpack.