From d203445a472ae2969d5e69d66dd5ed641e251d00 Mon Sep 17 00:00:00 2001 From: timpeat Date: Fri, 10 Jan 2025 10:24:46 +0000 Subject: [PATCH] CRIMAPP-1552 make task list page title same as h1 (#1304) --- app/views/crime_applications/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/crime_applications/edit.html.erb b/app/views/crime_applications/edit.html.erb index 9ca00e8b1..7ba839587 100644 --- a/app/views/crime_applications/edit.html.erb +++ b/app/views/crime_applications/edit.html.erb @@ -1,4 +1,4 @@ -<% title t('.page_title') %> +<% title t(@crime_application.application_type, scope: %i[tasklist heading_text]) %> <% step_header(path: :back) %>