diff options
author | francis <francis> | 2008-02-28 11:30:43 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-28 11:30:43 +0000 |
commit | 7314ca8e90358d11cc098db4f8355c48b66583ff (patch) | |
tree | a461eafc88a753dcccf571533d95cf0334ed5f35 | |
parent | c01e40ebe465538b8f27cf2981ca2359cfc9e475 (diff) |
Make button say it is public
-rw-r--r-- | app/views/request/preview.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/preview.rhtml b/app/views/request/preview.rhtml index b76de526a..e76f3df7d 100644 --- a/app/views/request/preview.rhtml +++ b/app/views/request/preview.rhtml @@ -24,7 +24,7 @@ <%= hidden_field_tag(:submitted_new_request, 1) %> <%= hidden_field_tag(:preview, 0 ) %> <%= submit_tag "Re-edit this request", :name => 'reedit' %> - <%= submit_tag "Send Freedom of Information request", :name => 'submit' %> + <%= submit_tag "Send public Freedom of Information request", :name => 'submit' %> </p> <% end %> |