diff --git a/src/components/dashboard/OfficerManagement/OfficerManagement.tsx b/src/components/dashboard/OfficerManagement/OfficerManagement.tsx index 76348ec..689a41a 100644 --- a/src/components/dashboard/OfficerManagement/OfficerManagement.tsx +++ b/src/components/dashboard/OfficerManagement/OfficerManagement.tsx @@ -1831,61 +1831,167 @@ export default function OfficerManagement() { {/* Bulk Actions Section */} -
Manage multiple officers simultaneously
Update the type for selected officers
++ + Select officers from the table below to enable bulk actions +
+ ) : !bulkActionType ? ( ++ + Choose an officer type for the {selectedOfficers.length} selected officer{selectedOfficers.length !== 1 ? 's' : ''} +
+ ) : ( ++ + Ready to update {selectedOfficers.length} officer{selectedOfficers.length !== 1 ? 's' : ''} to {bulkActionType} +
+ )} +Administrative operations for officer management
++ Use this button at the end of the academic year to archive current officers and prepare for new leadership. + {!isCurrentUserAdmin && " Only administrators can perform this action."} +
+ {isCurrentUserAdmin && ( +