From dc032e522234da7ff06bded2dbd381565a1bbaa1 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:52:27 -0700 Subject: [PATCH] Update home.html --- src/registrar/templates/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registrar/templates/home.html b/src/registrar/templates/home.html index 5bda944c4..ea70fdbfc 100644 --- a/src/registrar/templates/home.html +++ b/src/registrar/templates/home.html @@ -182,10 +182,10 @@ >
{% if application.requested_domain is None %} - {% with prefix="Are you sure you want to delete New domain request " %} + {% with prefix="Are you sure you want to delete New domain request (" %} {% if application.created_at %} {% with formatted_date=application.created_at|date:"DATETIME_FORMAT" %} - {% with modal_heading=prefix|add:formatted_date %} + {% with modal_heading=prefix|add:formatted_date|add:")?" %} {% include 'includes/modal.html' with modal_heading=modal_heading modal_description="This will remove the domain request from the .gov registrar. This action cannot be undone." modal_button=modal_button|safe %} {% endwith %} {% endwith %}