We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c1469 commit 93277a6Copy full SHA for 93277a6
1 file changed
apps/admin-ui/src/spa/applications/[id]/index.tsx
@@ -133,7 +133,7 @@ function ApplicationStatusBlock({
133
const { icon, type } = getApplicationStatusIcon(status);
134
return (
135
<StatusLabel type={type} icon={icon}>
136
- {t(`ApplicationRound.statuses.${status}`)}
+ {t(`Application.statuses.${status}`)}
137
</StatusLabel>
138
);
139
}
0 commit comments