diff --git a/packages/webapp/src/elections/components/registration-election-components/participation-card.tsx b/packages/webapp/src/elections/components/registration-election-components/participation-card.tsx index f271e8d84..27917789f 100644 --- a/packages/webapp/src/elections/components/registration-election-components/participation-card.tsx +++ b/packages/webapp/src/elections/components/registration-election-components/participation-card.tsx @@ -109,7 +109,8 @@ export const ParticipationCard = ({ election }: Props) => { let statusButton = null; if (!ualAccount) { - participationCallLabel = "Sign in to participate."; + participationActionLabel = "I want to participate"; + participationCallLabel = `Sign in to participate. You must choose "${participationActionLabel}" by ${electionParticipationLimitTime} to vote in the election.`; statusButton = ( );