Browse Source

Update logs table column heading to say ‘Status’, not ‘Completed’

pull/619/head
Paul Robert Lloyd 3 years ago committed by baarkerlounger
parent
commit
3603e25bd2
  1. 2
      app/views/case_logs/_log_list.html.erb

2
app/views/case_logs/_log_list.html.erb

@ -13,7 +13,7 @@
<th class="govuk-table__header" scope="col">Property</th> <th class="govuk-table__header" scope="col">Property</th>
<th class="govuk-table__header" scope="col">Tenancy starts</th> <th class="govuk-table__header" scope="col">Tenancy starts</th>
<th class="govuk-table__header" scope="col">Log created</th> <th class="govuk-table__header" scope="col">Log created</th>
<th class="govuk-table__header" scope="col">Completed</th> <th class="govuk-table__header" scope="col">Status</th>
<% if current_user.support? %> <% if current_user.support? %>
<th class="govuk-table__header" scope="col">Owning organisation</th> <th class="govuk-table__header" scope="col">Owning organisation</th>
<th class="govuk-table__header" scope="col">Managing organisation</th> <th class="govuk-table__header" scope="col">Managing organisation</th>

Loading…
Cancel
Save