Skip to content

Commit

Permalink
adds more accurat title to applicants which have no status
Browse files Browse the repository at this point in the history
  • Loading branch information
Snorre98 committed Oct 31, 2024
1 parent af5d05d commit 548c53a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function RecruitmentPositionOverviewPage() {
return (
<AdminPageLayout title={headerTitle} header={header} loading={isLoading}>
<Text size="l" as="strong" className={styles.subHeader}>
{lowerCapitalize(t(KEY.recruitment_applications))} ({applications.unprocessed?.length || 0})
{lowerCapitalize(t(KEY.recruitment_unprocessed_applicants))} ({applications.unprocessed?.length || 0})
</Text>

<RecruitmentApplicantsStatus
Expand Down

0 comments on commit 548c53a

Please sign in to comment.