diff --git a/app/views/users/edit.html.slim b/app/views/users/edit.html.slim
index 28a1df06f..637d4ea9d 100644
--- a/app/views/users/edit.html.slim
+++ b/app/views/users/edit.html.slim
@@ -57,8 +57,11 @@
= f.input :company_name, label: 'Company name'
= f.input :company_info, label: 'Company info', hint: 'Where is the office, how much space can you provide, etc.'
= f.input :bio, label: 'About you', hint: 'You can use basic Markdown here.'.html_safe
- h3.page-header Communication
- .checkbox
+h3.page-header Communication
+If you would like to receive important RGSoC announcements and updates straight to your inbox, you can sign up here for our newsletter.
+You'll get all the latest program info, including: Opening of our Scholarship Applications, Opening of Open Source Project Submissions, Crowdfunding Campaign Launch, Selected Teams Announcement and RGSoC Kick-off and RGSoC Wrap Up.
+
+
+
h3.page-header I am interested in:
= f.collection_check_boxes :interested_in, User::INTERESTS.to_a, :first, :last, item_wrapper_tag: 'div', item_wrapper_class: 'interested_in'