Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/FilterPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ const FilterPanel: React.FC<FilterPanelProps> = ({ onFiltersChange, isLoading =

{/* Skills */}
<FormControl mb={2}>
<FormLabel>Veteran Status</FormLabel>
<FormLabel>Military/Veteran Status</FormLabel>
<Select
placeholder="Select veteran status"
value={filters.veteran || ''}
Expand Down
2 changes: 1 addition & 1 deletion pages/submissions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ export default function Submissions() {
isLoading={exporting}
isDisabled={selectedIds.length === 0}
>
Download Resumes
Download Individual Resumes
</Button>
<Text color="gray.500" fontSize="sm">
{selectedIds.length} selected
Expand Down