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

Commit

Permalink
fix: incorrect status tag
Browse files Browse the repository at this point in the history
  • Loading branch information
joonatank committed Feb 6, 2025
1 parent 16c1469 commit 93277a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin-ui/src/spa/applications/[id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function ApplicationStatusBlock({
const { icon, type } = getApplicationStatusIcon(status);
return (
<StatusLabel type={type} icon={icon}>
{t(`ApplicationRound.statuses.${status}`)}
{t(`Application.statuses.${status}`)}
</StatusLabel>
);
}
Expand Down

0 comments on commit 93277a6

Please sign in to comment.