diff options
-rw-r--r-- | locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po | 2 | ||||
-rw-r--r-- | templates/web/bathnes/tracking_code.html | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po index 7752cb8a1..d473cfcd2 100644 --- a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -5017,7 +5017,7 @@ msgstr "Sie haben Ihre Meldung erfolgreich bestätigt. " #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." -msgstr "Sie haben Ihre Meldung erfolgreich bestätigt. " +msgstr "Sie haben Ihre Meldung erfolgreich bestätigt und werden über deren Status per E-Mail informiert. " #: templates/web/base/auth/change_phone.html:15 #, fuzzy diff --git a/templates/web/bathnes/tracking_code.html b/templates/web/bathnes/tracking_code.html index e6f20b90f..386b42e0e 100644 --- a/templates/web/bathnes/tracking_code.html +++ b/templates/web/bathnes/tracking_code.html @@ -7,6 +7,9 @@ gtag('config', 'UA-418184-9'); </script> + +<!-- Hotjar Tracking Code for www.bathnes.gov.uk --> +<script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:909367,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> [% ELSE %] <!-- Tracking code not inserted as "[% c.config.BASE_URL %]" not "https://www.fixmystreet.com" --> [% END %] |