Skip to content

Commit cde4117

Browse files
committed
Adds newsletter form description text
Explains what content to expect in the newsletter
1 parent 6426ac6 commit cde4117

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/views/shared/_newsletter.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.row
22
.medium-10.medium-offset-1.columns
3-
%h2 Subscribe to our newsletter
4-
%p Summary of what's in the newsletter. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
3+
%h2= t('homepage.newsletter.title')
4+
%p= t('homepage.newsletter.description')
55

66
-# Mailchimp Signup Form
77
#mc_embed_signup

config/locales/en.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ en:
6868
workshop_email_subject: "Regarding hosting a workshop"
6969
chapters:
7070
title: "Chapters"
71+
newsletter:
72+
title: Subscribe to our newsletter
73+
description: Get regular updates about the codebar community. Be informed about upcoming events, jobs, scholarships and other learning opportunities.
7174
mailer:
7275
workshop_invitation:
7376
attending:

0 commit comments

Comments
 (0)