Skip to content

Commit

Permalink
CRIMAPP-1552 make task list page title same as h1 (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
timpeat authored Jan 10, 2025
1 parent 0409bdd commit d203445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/crime_applications/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% title t('.page_title') %>
<% title t(@crime_application.application_type, scope: %i[tasklist heading_text]) %>
<% step_header(path: :back) %>

<div class="govuk-grid-row">
Expand Down

0 comments on commit d203445

Please sign in to comment.