Skip to content

Commit

Permalink
perf(webapp): update home texts for not logged users (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: Leister Francisco Alvarez Campos <[email protected]>
Co-authored-by: Xavier Fernandez <[email protected]>
  • Loading branch information
3 people authored Sep 19, 2023
1 parent 9c38ad8 commit a66758e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
<Button onClick={ualShowModal}>Sign in to participate</Button>
);
Expand Down

0 comments on commit a66758e

Please sign in to comment.