@ -141,7 +141,7 @@ class SchemesController < ApplicationController
flash[:notice] = if scheme_previously_confirmed
"#{@scheme.service_name} has been updated."
else
"#{@scheme.service_name} has been created."
"#{@scheme.service_name} has been created. It does not require helpdesk approval."
end
redirect_to scheme_path(@scheme)
elsif check_answers
@ -657,7 +657,7 @@ RSpec.describe "Schemes scheme Features" do
it "adds scheme to the list of schemes" do
expect(page).to have_content "#{scheme.service_name} has been created."
expect(page).to have_content "#{scheme.service_name} has been created. It does not require helpdesk approval."
click_link "Schemes"
expect(page).to have_content "Supported housing schemes"
expect(page).to have_content scheme.id_to_display