diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-30 17:02:38 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-30 17:02:38 +0100 |
commit | 450caa049f3e3588c741084a1a52015808a3f8fd (patch) | |
tree | ca8fa50b36f16e6a8f7f6cb13e269c4a5089f9bb /src | |
parent | 2de94efa1b3f4700907b57ee9e8ae19fd4fade2b (diff) |
Add in translation framework and templates
For #12
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/en/sent.html | 3 | ||||
-rw-r--r-- | src/templates/en/submit_name.html | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/templates/en/sent.html b/src/templates/en/sent.html index 46ae694..d926303 100644 --- a/src/templates/en/sent.html +++ b/src/templates/en/sent.html @@ -7,8 +7,7 @@ <h3>Confirmation email sent</h3> <p> - We've sent you a confirmation email which may take a few minutes to arrive. Once it arrives - click the link in the email to confirm your report. + We've sent you a confirmation email which may take a few minutes to arrive. Once it arrives click the link in the email to confirm your report. </p> <% } else { %> <h3>Thanks. Your report will be sent to the authorities immediately.</h3> diff --git a/src/templates/en/submit_name.html b/src/templates/en/submit_name.html index fe0803c..f057842 100644 --- a/src/templates/en/submit_name.html +++ b/src/templates/en/submit_name.html @@ -6,7 +6,7 @@ <div id="errors"></div> <p class="top"> <% if ( nopassword ) { %> - No problem - we don't like faffing with passwords either. + No problem - we don't like faffing with passwords either. <% } %> Please give us some basic details, and you're nearly done. </p> |