From fb24dfb1293b6a83c97dabe9299f76d206dc29ec Mon Sep 17 00:00:00 2001 From: Matt Barringer Date: Wed, 16 Jan 2013 04:16:13 +0100 Subject: [PATCH] Word change --- app/views/proposal/_proposal_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/proposal/_proposal_form.html.haml b/app/views/proposal/_proposal_form.html.haml index 1272ca81..131204f0 100644 --- a/app/views/proposal/_proposal_form.html.haml +++ b/app/views/proposal/_proposal_form.html.haml @@ -12,7 +12,7 @@ %br = f.input :description, :input_html => {:rows => 5}, :hint => "This will only be shown to organizers, not to attendees." %section#details - = f.inputs :name => "Event Details" do + = f.inputs :name => "Session Details" do = f.input :event_type_id,:as => :select, :collection => @event_types, :include_blank => false %section#information = f.inputs :name => "Your Information" do