Browse Source

feat: fix typo (#1260)

pull/1262/head
natdeanlewissoftwire 2 years ago committed by GitHub
parent
commit
6fba29ddb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/users/_user_list.html.erb

2
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: {

Loading…
Cancel
Save