diff options
-rwxr-xr-x | bin/send-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports index 57a9ab300..ce3ea5912 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -189,7 +189,7 @@ foreach my $row (@$unsent) { my $name = encode_utf8($areas_info->{$missing}->{name}); $h{missing} = '[ ' . sprintf(_('We realise this problem might be the responsibility of %s; however, we don\'t currently have any contact details for them. If you know of an appropriate contact address, please do get in touch.'), $name) - . ' ]\n\n"; + . " ]\n\n"; } } |