diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-01-13 17:36:03 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-22 16:58:03 +0000 |
commit | 469fbc56dbfd8c276a10226f10b804d84a6f2539 (patch) | |
tree | 7b16963207916d6b009cc1b176375ecbe2f7e554 /templates | |
parent | 54bd0c253dc4d0fa15fe15c5bebd265538d735bc (diff) |
Missing string for translation.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/questionnaire/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/questionnaire/index.html b/templates/web/base/questionnaire/index.html index 82f0534f4..65a136d75 100644 --- a/templates/web/base/questionnaire/index.html +++ b/templates/web/base/questionnaire/index.html @@ -11,7 +11,7 @@ <h1>[% loc('Questionnaire') %]</h1> -<h2 class="questionnaire-report-header">Your report</h2> +<h2 class="questionnaire-report-header">[% loc('Your report') %]</h2> <div class="questionnaire-report-reminder"> [% INCLUDE 'report/photo.html' object=problem %] <h3 class="questionnaire-report-reminder__report-title"> |