diff --git a/app/views/courses/show.html.erb b/app/views/courses/show.html.erb
index 2e1a962a851..6fae248dd8c 100644
--- a/app/views/courses/show.html.erb
+++ b/app/views/courses/show.html.erb
@@ -21,8 +21,8 @@
<% if @can_manage_content %>
<% end %>
@@ -144,7 +144,7 @@
<% content_for :right_side do %>
<%= t('draft_state.headings.set_layout', %{Set Home Page Layout}) %>
- <%= form_for :course, :url => context_url(@context, :context_url), :html => {:tabindex=>"0", :'data-turn-into-dialog'=>'{"height": 300, "width":500,"modal":true}', :title=>t('headings.edit_homepage_title', %{Edit Homepage}), :style => "display:none", :id => "edit_course_home_content_form", :method => :put} do |f| %>
+ <%= form_for :course, :url => context_url(@context, :context_url), :html => {:tabindex=>"0", :'data-turn-into-dialog'=>'{"height": 300, "width":500,"modal":true}', :title=>t('headings.choose_home_page_title', %{Choose Home Page}), :style => "display:none", :id => "edit_course_home_content_form", :method => :put} do |f| %>