Skip to content

Commit

Permalink
update confirmation message
Browse files Browse the repository at this point in the history
  • Loading branch information
Renu authored and Renu committed Mar 15, 2023
1 parent 737068d commit cf84015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/pages/elections/[id]/set-current.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const CurrentElection: NextPage = () => {
<>
<Typography variant="h2">Please confirm to continue.</Typography>
<Typography sx={{ fontSize: "3em", margin: "2em 0" }}>
Please confirm that you want to set the{" "}
Please confirm that you want to set the election for{" "}
{election?.electionJurisdictionName} {election?.electionName} as the current election.
{archiveMessage}
</Typography>
Expand Down

0 comments on commit cf84015

Please sign in to comment.