Skip to content

Commit d96f384

Browse files
authored
fix: use "contributed" instead of "pledged" for sponsors (#7615)
1 parent 5d648f1 commit d96f384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Support/Support.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export default class Support extends Component {
217217
</span>
218218
) : (
219219
<span>
220-
are those who have pledged{' '}
220+
are those who have contributed{' '}
221221
{minimum ? `$${formatMoney(minimum)}` : 'up'}{' '}
222222
{maximum ? `to $${formatMoney(maximum)}` : 'or more'} to
223223
webpack.

0 commit comments

Comments
 (0)