From 1534a0ba4512ab74545ffd577186553017eaa8fb Mon Sep 17 00:00:00 2001 From: James Mason Date: Mon, 6 Oct 2014 20:55:09 -0700 Subject: [PATCH] Describe the splash area as 'Lodging' instead of 'Lodgings'... ... becauase it just sounds clunky. --- app/views/conference/_lodging.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/conference/_lodging.html.haml b/app/views/conference/_lodging.html.haml index efd0d09c..50f2c9e7 100644 --- a/app/views/conference/_lodging.html.haml +++ b/app/views/conference/_lodging.html.haml @@ -1,5 +1,5 @@ %div.container.text-center - %h2 Lodgings + %h2 Lodging -unless @conference.splashpage.lodging_description.blank? .lead = markdown(@conference.splashpage.lodging_description)