This repository was archived by the owner on Mar 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ function PageContent() {
4545 < div className = "flex justify-center items-center min-h-[400px] w-full" >
4646 < div className = "text-center space-y-4" >
4747 < Loader />
48- < p className = "text-zinc-400" > Loading proposals ...</ p >
48+ < p className = "text-zinc-400" > Loading contributions ...</ p >
4949 </ div >
5050 </ div >
5151 ) ;
Original file line number Diff line number Diff line change @@ -174,10 +174,10 @@ export default function ProposalEvaluationPage() {
174174 < div className = "text-center p-6 bg-destructive/10 border border-destructive/20 rounded-sm max-w-md" >
175175 < AlertCircle className = "h-12 w-12 text-destructive mx-auto mb-4" />
176176 < h2 className = "text-xl font-semibold mb-2 text-foreground" >
177- Error Loading Proposals
177+ Error Loading Contributions
178178 </ h2 >
179179 < p className = "text-muted-foreground" >
180- Failed to load proposals . Please try again later.
180+ Failed to load contributions . Please try again later.
181181 </ p >
182182 </ div >
183183 </ div >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function PageContent() {
4646 < div className = "flex justify-center items-center min-h-[400px] w-full" >
4747 < div className = "text-center space-y-4" >
4848 < Loader />
49- < p className = "text-zinc-400" > Loading proposals ...</ p >
49+ < p className = "text-zinc-400" > Loading contributions ...</ p >
5050 </ div >
5151 </ div >
5252 ) ;
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ export default function AllProposalsPage() {
4040 < div className = "flex justify-center items-center min-h-[200px] w-full" >
4141 < div className = "text-center" >
4242 < h2 className = "text-xl font-semibold mb-2" >
43- Error Loading Proposals
43+ Error Loading Contributions
4444 </ h2 >
4545 < p className = "text-muted-foreground" >
46- Failed to load proposals . Please try again later.
46+ Failed to load contributions . Please try again later.
4747 </ p >
4848 </ div >
4949 </ div >
You can’t perform that action at this time.
0 commit comments