-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2af4759
commit bc6ced2
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,13 @@ const EmailPanel = ({ email, checkEmail, handleClose, updateEmail, isSaving }: E | |
</Typography> | ||
</Grid> | ||
|
||
<Grid item xs={12}> | ||
<Typography variant="body1"> | ||
<strong>Why are we collecting your email?</strong> Email verification helps us to know you are | ||
not a robot, and ensures we have your consent to send you the survey link. | ||
</Typography> | ||
</Grid> | ||
|
||
<Grid item xs={12}> | ||
<Typography | ||
sx={{ | ||
|
@@ -86,13 +93,15 @@ const EmailPanel = ({ email, checkEmail, handleClose, updateEmail, isSaving }: E | |
}} | ||
> | ||
{` | ||
Personal information (your email address) is collected under section 26(c) and 26(e) of the Freedom of Information\ | ||
and Protection of Privacy Act, to keep you updated on current engagements and to notify you of future opportunities to participate. | ||
Personal information (your email address) is collected under Section 26(c) and 26(e) of the Freedom of Information\ | ||
and Protection of Privacy Act, for the purpose of providing content updates and future opportunities to participate.\ | ||
Your email is never shared with third parties. | ||
`} | ||
<br /> | ||
<br /> | ||
{ | ||
'If you have any questions about the collection, use and disclosure of your personal information, please contact <TBC>' | ||
'If you have any questions about the collection, use and disclosure of your personal information,\ | ||
please contact the Director of Digital Services at [email protected]' | ||
} | ||
</Typography> | ||
</Grid> | ||
|