Skip to content

Commit e502d2a

Browse files
committed
update copy on candidate table
1 parent 49f70d1 commit e502d2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/core/CandidateTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export function CandidateTable({ candidates }: CandidateTableProps) {
132132
},
133133
{
134134
id: 'reviewers',
135-
header: () => <HeaderLabel>REVIEWER</HeaderLabel>,
135+
header: () => <HeaderLabel>REVIEWER(S)</HeaderLabel>,
136136
cell: ({ row }) => {
137137
const reviewers = row.original.assessment?.reviewers ?? [];
138138
if (reviewers.length === 0) {

0 commit comments

Comments
 (0)