From c601aee8346306b1cc6c080b1c307c9b3c3b547d Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Wed, 8 Jun 2022 14:06:38 +0100 Subject: [PATCH] Correct capitalisation of status column header --- app/views/case_logs/_log_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/case_logs/_log_list.html.erb b/app/views/case_logs/_log_list.html.erb index 130120de8..dfccaabf9 100644 --- a/app/views/case_logs/_log_list.html.erb +++ b/app/views/case_logs/_log_list.html.erb @@ -27,7 +27,7 @@ <% row.cell(header: true, text: "Log created", html_attributes: { scope: "col", }) %> - <% row.cell(header: true, text: "Log Status", html_attributes: { + <% row.cell(header: true, text: "Log status", html_attributes: { scope: "col", }) %> <% if current_user.support? %>