diff --git a/app/messages/message_builders.py b/app/messages/message_builders.py index de3184e1b16997dcb55df7e78c3ea06db3d39186..8caa642939f374ed1c4629459b753ae6880113a2 100644 --- a/app/messages/message_builders.py +++ b/app/messages/message_builders.py @@ -90,7 +90,7 @@ def deadline_expired_for_staff(): return MessageEncoder.encode( Message( header="<h3><strong>Deadline expired</strong></h3>", - body="<p>The deadline to make changes has now expired, and you cannot make further changes. If you have questions, please contact Lorenzo Picinali.</p>", + body="<p>The deadline to make changes has now expired, and you cannot make further changes. If you have questions, please contact Andrea Callia D'Iddio.</p>", style=ERROR, ) )