From 6fba29ddb07339fa3feecaa81079f7e9c18129de Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire <94526761+natdeanlewissoftwire@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:29:21 +0000 Subject: [PATCH] feat: fix typo (#1260) --- 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: {