From a6ce1e05cf8ea077e97dc3a0587fe22bc51e0d98 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 29 Feb 2020 10:02:47 +1300 Subject: [PATCH] Lower case in form title --- app/views/harvests/_modal.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/harvests/_modal.html.haml b/app/views/harvests/_modal.html.haml index ef2a76bfe..398b487b5 100644 --- a/app/views/harvests/_modal.html.haml +++ b/app/views/harvests/_modal.html.haml @@ -2,7 +2,7 @@ .modal-dialog{role: "document"} .modal-content .modal-header.text-center - %h4.modal-title.w-100.font-weight-bold Record #{harvest.crop.name} Harvest + %h4.modal-title.w-100.font-weight-bold Record #{harvest.crop.name} harvest %button.close{"aria-label" => "Close", "data-dismiss" => "modal", type: "button"} %span{"aria-hidden" => "true"} × .modal-body