From 95d48bfe01d9e81a77879de44d14c73b9ed7d833 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Wed, 1 Feb 2023 12:19:55 +0000 Subject: [PATCH] feat: fix typo --- app/views/users/_user_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/_user_list.html.erb b/app/views/users/_user_list.html.erb index 786e3c571..100f45929 100644 --- a/app/views/users/_user_list.html.erb +++ b/app/views/users/_user_list.html.erb @@ -9,7 +9,7 @@ <% end %> <%= table.head do |head| %> <%= head.row do |row| %> - <% row.cell(header: true, text: "Name and email adress", html_attributes: { + <% row.cell(header: true, text: "Name and email address", html_attributes: { scope: "col", }) %> <% row.cell(header: true, text: "Organisation and role", html_attributes: {