diff options
-rw-r--r-- | app/views/request/new.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index 1ba68c99a..249377682 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -40,7 +40,7 @@ </ul> <% if @info_request.public_body.notes != "" %> - <h1>Please note for this authorite</h1> + <h1>Special note for this authority!</h1> <ul> <li><%=@info_request.public_body.notes %></li> </ul> |