Skip to content

Commit 77e7157

Browse files
committed
add a disclaimer on the messages modal
1 parent ec89bf0 commit 77e7157

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/compounds/ActionsGroup/actions/SendMessage.jsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ const SendMessage = ({ backgroundColor, onSubmit, handleClose }) => {
7878
</ListGroup>
7979
</Modal.Body>
8080
<Modal.Footer>
81+
<p className='fw-light fst-italic disclaimer'>
82+
Please note that Supplier pricing and other information marked confidential by Supplier must be treated as such.
83+
</p>
84+
85+
<p className='fw-light fst-italic disclaimer'>
86+
Do not include any Sensitive Personal Data (e.g. data consisting of racial or ethnic origin, political opinions, religious or
87+
philosophical beliefs, or trade union membership, genetic data, biometric data, data concerning health or data concerning a
88+
natural person's sex life or sexual orientation) or potentially regulated information in messages or attachments.
89+
</p>
8190
<Button variant='primary' onClick={handleSubmit} type='submit'>
8291
Send
8392
</Button>

src/compounds/ActionsGroup/actions/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
#send-message {
55
height: 150px;
66
}
7+
8+
.disclaimer {
9+
font-size: 11px;
10+
}

0 commit comments

Comments
 (0)