diff --git a/app/views/exchanges/hbx_profiles/_view_enrollment_to_update_end_date.html.erb b/app/views/exchanges/hbx_profiles/_view_enrollment_to_update_end_date.html.erb
index c44a4df3a1e..7b1444233ee 100644
--- a/app/views/exchanges/hbx_profiles/_view_enrollment_to_update_end_date.html.erb
+++ b/app/views/exchanges/hbx_profiles/_view_enrollment_to_update_end_date.html.erb
@@ -1,84 +1,9 @@
-
<% if @bs4 %>
<%if @enrollments.present?%>
- <%= form_tag update_enrollment_terminated_on_date_exchanges_hbx_profiles_path, :method => :post, remote: true, id: 'termiante_with_earlier_date-form' do %>
+ <%= form_tag update_enrollment_terminated_on_date_exchanges_hbx_profiles_path, :method => :post, remote: true, id: 'terminate_with_earlier_date-form' do %>
<%= l10n('hbx_profiles.enrollment_end_date.header')%>
@@ -123,7 +48,7 @@
<%= l10n('hbx_profiles.enrollment_end_date.empty') %>
<%end%>
- |