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
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ const SendEmailDialog = ({open, onClose, onSubmit, targetedEmail=undefined, elec
}}>
<Typography>{warning}</Typography>
</Alert>}
<Typography sx={{ color: '#808080', fontSize: '0.9rem', mx: 1, mb: 1 }}>
{t('emails.delivery_note')}
</Typography>
<Box sx={{ display: "flex", flexDirection: "row-reverse", gap: 2 }}>
<PrimaryButton
disabled={!templateChosen}
Expand Down
3 changes: 3 additions & 0 deletions packages/frontend/src/i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,9 @@ emails:
Voters will not be able to cast ballots until the elction has opened.
post_end_warning: >
This election is already closed on {{datetime, datetime}} and voters will not be able to cast ballots.
delivery_note: >
Not seeing emails in your inbox? First make sure to check spam. If that doesn't work,
please use the feedback widget in the corner and a team member will work with you promptly.
invite:
subject: Invitation to vote in {{title}}
body: |
Expand Down
Loading