diff --git a/app/views/insured/families/verification_detail.html.erb b/app/views/insured/families/verification_detail.html.erb
index 685ba6ba603..ccecce35b22 100644
--- a/app/views/insured/families/verification_detail.html.erb
+++ b/app/views/insured/families/verification_detail.html.erb
@@ -9,7 +9,7 @@
<% type_name = @verification.type_name %>
-
<%= l10n('insured.families.verifications.detail.type_header', verification_type: display_verification_type_name(type_name))%>
+<%= display_verification_type_name(type_name) %>
<% if current_user.has_hbx_staff_role? %>