Skip to content

Commit

Permalink
Update English front page text as per issue #233
Browse files Browse the repository at this point in the history
Updated English front page text to comply with Red Cross doctrine.
Spanish translation remains unchanged.
  • Loading branch information
Jim McGowan committed Sep 1, 2017
1 parent 1e666fd commit 9810e1e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ block content
#left.col-md-3
if origin != '/311'
p
| #{__('Thank you for your interest in having FREE smoke alarms installed in your home.')} #{__('To request a FREE installation, please complete all fields in the form below and click “Submit.”')}
p
| #{__('After submitting your request, you will be contacted by an American Red Cross representative with information on installation availability in your area.')}
| #{__('The Red Cross and its partners will install a limited number of free smoke alarms for those who cannot afford to purchase smoke alarms or for those who are physically unable to install a smoke alarm.')} #{__('The Red Cross installs a limited number of specialized bedside alarms for individuals who are deaf or hard-of-hearing.')} #{__('To request a free installation, please complete all fields in the form below and click “Submit.”')}
#center.col-md-6
.container-fluid(role='form')
form(action="#{origin}", method="POST", class="form-horizontal")
Expand Down Expand Up @@ -120,7 +118,7 @@ block content
#right.col-md-3
if origin != '/311'
p
| #{__('The American Red Cross and its partners have launched the Home Fire Campaign to reduce deaths and injuries caused by home fires by 25 percent over five years.')} #{__('The Red Cross asks every household in America to take two simple steps to help save lives: check or install smoke alarms and practice fire drills at home.')}
| #{__('The American Red Cross and its partners have launched the Home Fire Campaign to reduce deaths and injuries caused by home fires by 25 percent over five years.')} #{__('Depending on where you live and other factors, either an American Red Cross representative or one of our partner organizations will contact you to schedule an installation appointment.')}

#bottom.row
if origin != '/311'
Expand All @@ -130,8 +128,8 @@ block content
span.notaoptime #{__('your')}
span.notabene #{__(' local Red Cross Chapter.')}
p.availability.col-xs-12
| #{__('For more information about the importance of smoke alarms, see ')}
a(class="contrast-link" href="http://labs.enigma.io/smoke-signals/" target="_blank") #{__('the Smoke Signals project')}
| #{__('If you are able to purchase and install your own smoke alarm, but would like information on home fire safety and smoke alarm installation, please visit ')}
a(class="contrast-link" href="https://www.redcross.org/sound-the-alarm" target="_blank") #{__('redcross.org/sound-the-alarm')}
|.

p.availability.col-xs-12(class= origin != '/311' ? "" : "text-center")
Expand Down

0 comments on commit 9810e1e

Please sign in to comment.