Skip to content

Commit 632d338

Browse files
committed
Clarity in UI
1 parent f2a4e74 commit 632d338

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/registration/dashboard-container.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ function StatusStrip({
117117
sub: "Create a team to register. You can run solo or add one teammate.",
118118
},
119119
active: {
120-
label: "DRAFT",
120+
label: "REGISTERED",
121121
tone: "info",
122-
sub: `${teamName ?? "Team"} is in draft. Complete registration to submit.`,
122+
sub: `${teamName ?? "Team"} is registered. Changes are allowed until registration closes.`,
123123
},
124124
submitted: {
125125
label: "SUBMITTED",

0 commit comments

Comments
 (0)