diff --git a/components/benefit_sponsors/app/views/benefit_sponsors/profiles/registrations/_broker_registration_form.html.erb b/components/benefit_sponsors/app/views/benefit_sponsors/profiles/registrations/_broker_registration_form.html.erb index ef1400877f5..70136b93d6e 100644 --- a/components/benefit_sponsors/app/views/benefit_sponsors/profiles/registrations/_broker_registration_form.html.erb +++ b/components/benefit_sponsors/app/views/benefit_sponsors/profiles/registrations/_broker_registration_form.html.erb @@ -30,7 +30,7 @@ <% if registration_recaptcha_enabled?(@profile_type) %> <%= recaptcha_tags %> <% end %> - <%= f.submit l10n('new_broker_agency_form.create_broker_agency'), class: 'btn btn-primary', id: 'broker-btn', disabled: EnrollRegistry.feature_enabled?(:broker_attestation_fields) %> + <%= f.submit l10n('broker_agencies.broker_roles.new_broker_agency_form.create_broker_agency'), class: 'btn btn-primary', id: 'broker-btn', disabled: EnrollRegistry.feature_enabled?(:broker_attestation_fields) %> <% end %> diff --git a/db/seedfiles/translations/en/dc/broker_agencies.rb b/db/seedfiles/translations/en/dc/broker_agencies.rb index 1b1d502383a..74bce895b81 100644 --- a/db/seedfiles/translations/en/dc/broker_agencies.rb +++ b/db/seedfiles/translations/en/dc/broker_agencies.rb @@ -5,7 +5,7 @@ "en.submit_application" => "Submit Application", "en.broker_agencies.broker_roles.new_broker_agency_form.broker_agency_information" => "Broker Agency Information", "en.broker_agencies.broker_roles.new_broker_agency_form.new_broker_agency_note" => "NOTE: If you are not associated with a broker agency, please enter your personal information. Do not enter a General Agency or Third Party Administrator‘s Information.", - "en.broker_agencies.broker_roles.new_broker_agency_form.create_broker_agency" => "Submit", + "en.broker_agencies.broker_roles.new_broker_agency_form.create_broker_agency" => "Create Broker Agency", "en.broker_agencies.broker_roles.new_broker_agency_form.broker_agency_information_edit_form" => "Broker Agency Information", "en.email" => "Email Address", "en.placeholder_email" => "name@acme.com", diff --git a/db/seedfiles/translations/en/me/broker_agencies.rb b/db/seedfiles/translations/en/me/broker_agencies.rb index eac47564576..2ca8ba6cb98 100644 --- a/db/seedfiles/translations/en/me/broker_agencies.rb +++ b/db/seedfiles/translations/en/me/broker_agencies.rb @@ -6,7 +6,7 @@ "en.submit_application" => "Submit Application", "en.broker_agencies.broker_roles.new_broker_agency_form.broker_agency_information" => "Broker Agency Information", "en.broker_agencies.broker_roles.new_broker_agency_form.new_broker_agency_note" => "NOTE: If you are not associated with a broker agency, please enter your personal information. Do not enter a General Agency or Third Party Administrator‘s Information.", - "en.broker_agencies.broker_roles.new_broker_agency_form.create_broker_agency" => "Submit", + "en.broker_agencies.broker_roles.new_broker_agency_form.create_broker_agency" => "Create Broker Agency", "en.broker_agencies.broker_roles.new_broker_agency_form.broker_agency_information_edit_form" => "Agency Information", "en.email" => "Email Address", "en.placeholder_email" => "name@acme.com",