diff --git a/admin/src/app/foms/fom-detail/fom-detail.component.html b/admin/src/app/foms/fom-detail/fom-detail.component.html
index 7b5900c57..37b43a359 100644
--- a/admin/src/app/foms/fom-detail/fom-detail.component.html
+++ b/admin/src/app/foms/fom-detail/fom-detail.component.html
@@ -79,7 +79,7 @@
FOM ID: {{project.id}}
Name
No applicant on this file'">
+ [innerHTML]="project.name ? project.name : 'No applicant on this file'">
Description
diff --git a/admin/src/app/foms/summary/summary.component.html b/admin/src/app/foms/summary/summary.component.html
index 26136ca68..4a6d0a77b 100644
--- a/admin/src/app/foms/summary/summary.component.html
+++ b/admin/src/app/foms/summary/summary.component.html
@@ -31,7 +31,7 @@ Summary for FOM ID: {{project?.id}}
Name
- {{project?.name | titlecase}}
+ {{project?.name}}
diff --git a/admin/src/app/search/search.component.html b/admin/src/app/search/search.component.html
index aa62615ea..bfce8e681 100644
--- a/admin/src/app/search/search.component.html
+++ b/admin/src/app/search/search.component.html
@@ -112,7 +112,7 @@
0">
{{project.id }}
No FOM name on this File'">
+ [innerHTML]="project.name ? project.name : 'No FOM name on this File'">
|
{{project.fspId}}
|