diff --git a/app/views/admin/splashpages/_form.html.haml b/app/views/admin/splashpages/_form.html.haml index 656aa0e0..38335b31 100644 --- a/app/views/admin/splashpages/_form.html.haml +++ b/app/views/admin/splashpages/_form.html.haml @@ -8,7 +8,7 @@ = f.inputs name: 'Components' do = f.input :include_tracks, label: 'Display tracks on the splashpage?' = f.input :include_program, label: 'Display program on the splashpage?' - = f.input :include_cfp, label: 'Display CfP information on splashpage, while cfp is open?' + = f.input :include_cfp, label: 'Display call for papers information on splashpage, while cfp is open?' = f.input :include_venue, label: 'Display venue on the splashpage?' = f.input :include_registrations, label: 'Display the registration period on the splashpage?' = f.input :include_tickets, label: 'Display tickets on the splashpage?'