From b50badc9c711f2a46b9f0d1c97b23de02b8b394a Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Thu, 4 Dec 2014 14:27:17 +0200 Subject: [PATCH] wording --- app/views/admin/splashpages/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?'