Skip to content

Commit 7152944

Browse files
authored
Merge pull request #5839 from nhsuk/fix-schools-table-column-width
Change Schools column header to "URN"
2 parents 58ffccc + fd93aa4 commit 7152944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/teams/schools.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<% table.with_head do |head| %>
1616
<% head.with_row do |row| %>
1717
<% row.with_cell { "Name" } %>
18-
<% row.with_cell { "School URN" } %>
18+
<% row.with_cell { "URN" } %>
1919
<% end %>
2020
<% end %>
2121
<% table.with_body do |body| %>

0 commit comments

Comments
 (0)