Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 93277a6

Browse files
committed
fix: incorrect status tag
1 parent 16c1469 commit 93277a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/admin-ui/src/spa/applications/[id]

apps/admin-ui/src/spa/applications/[id]/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function ApplicationStatusBlock({
133133
const { icon, type } = getApplicationStatusIcon(status);
134134
return (
135135
<StatusLabel type={type} icon={icon}>
136-
{t(`ApplicationRound.statuses.${status}`)}
136+
{t(`Application.statuses.${status}`)}
137137
</StatusLabel>
138138
);
139139
}

0 commit comments

Comments
 (0)