diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/default/contact.txt | 2 | ||||
-rw-r--r-- | templates/web/base/js/translation_strings.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/templates/email/default/contact.txt b/templates/email/default/contact.txt index 545b1632c..bd97d17a6 100644 --- a/templates/email/default/contact.txt +++ b/templates/email/default/contact.txt @@ -1,4 +1,4 @@ -Subject: FMS message: [% subject %] +Subject: [% site_name %] message: [% subject %] [% message %] diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html index f6e1e580b..bd8144a63 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -38,6 +38,8 @@ fixmystreet.password_minimum_length = [% c.cobrand.password_minimum_length %]; how_to_send: '[% loc('How to send successful reports') | replace("'", "\\'") %]', more_details: '[% loc('Details') | replace("'", "\\'") %]', + or: '[% loc(' or ') | replace("'", "\\'") %]', + geolocation_declined: '[% loc('You declined; please fill in the box above') | replace("'", "\\'") %]', geolocation_no_position: '[% loc('Could not look up location') | replace("'", "\\'") %]', geolocation_no_result: '[% loc('No result returned') | replace("'", "\\'") %]', |