Browse Source

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

pull/584/head
Paul Robert Lloyd 3 years ago
parent
commit
875d2348c1
  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">Tenancy starts</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? %>
<th class="govuk-table__header" scope="col">Owning organisation</th>
<th class="govuk-table__header" scope="col">Managing organisation</th>

Loading…
Cancel
Save