From 1a17da3025f4e39971c62f39a5ce586f5c16414d Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Wed, 8 Jun 2022 14:17:17 +0100 Subject: [PATCH] Correct capitalisation of status column header (#646) --- 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? %>