diff options
-rw-r--r-- | app/views/info_request_batch/_batch_sent.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/info_request_batch/_batch_sent.html.erb b/app/views/info_request_batch/_batch_sent.html.erb index 1bf51962f..eed93916d 100644 --- a/app/views/info_request_batch/_batch_sent.html.erb +++ b/app/views/info_request_batch/_batch_sent.html.erb @@ -6,7 +6,7 @@ <p> <%= _("<strong>We will email you</strong> when they have been sent. " \ "We will also email you when there is a response to any of them, or " \ - "after {{late_number_of_days}} working days if the authorities still" \ + "after {{late_number_of_days}} working days if the authorities still " \ "haven't replied by then.", :late_number_of_days => AlaveteliConfiguration::reply_late_after_days) %> </p> |