From adbc9931ab59eaba167698dcd785041b24e3fcfe Mon Sep 17 00:00:00 2001 From: Maria Martinez Date: Wed, 10 Jan 2024 13:50:20 -0800 Subject: [PATCH] FSADT1-1116: Right client name in template --- backend/src/main/resources/templates/rejection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/templates/rejection.html b/backend/src/main/resources/templates/rejection.html index 130a9f36b2..6f0fda40b5 100644 --- a/backend/src/main/resources/templates/rejection.html +++ b/backend/src/main/resources/templates/rejection.html @@ -18,7 +18,7 @@
 

- Your application for a client number can't go ahead because ${business.clientNumber} + Your application for a client number can't go ahead because ${business.name} already has one.

The number is ${number}. Be sure to keep it for your records.