From e703d1dcf46ccb3420ffd65d17aa4ea40abf66f6 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Wed, 5 Nov 2025 16:17:49 -0600 Subject: [PATCH] Fix typo in venue form help text --- app/views/admin/venues/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/venues/_form.html.haml b/app/views/admin/venues/_form.html.haml index 960b01e4..39f14aa0 100644 --- a/app/views/admin/venues/_form.html.haml +++ b/app/views/admin/venues/_form.html.haml @@ -33,7 +33,7 @@ = f.file_field :picture = f.hidden_field :picture_cache %span.help-block - This will be displayed on the venue are of the splash page. + This will be displayed on the venue area of the splash page. .form-group = f.label :street %abbr{title: 'This field is required'} *