Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit ff99b04

Browse files
authored
Merge pull request #747 from aibtcdev/rename
refactor(ui): Rename 'proposals' to 'contributions' in loading and er…
2 parents 7478e57 + 7d73a07 commit ff99b04

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/app/aidaos/[name]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

src/app/evaluation/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

src/app/proposals/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)