From b4328f62c41a2e3e5dc03594f3271ca74973708e Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 20 Apr 2025 09:43:23 +0530 Subject: [PATCH] fix: use "contributed" instead of "pledged" for sponsors --- src/components/Support/Support.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.