Skip to content

Commit

Permalink
readd create broker registration and translations (#4433)
Browse files Browse the repository at this point in the history
readd create broker registration button text and translations
  • Loading branch information
TristanB17 authored and kristinmerbach committed Sep 4, 2024
1 parent 618724d commit e1491c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
</div>

Expand Down
2 changes: 1 addition & 1 deletion db/seedfiles/translations/en/dc/broker_agencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion db/seedfiles/translations/en/me/broker_agencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]",
Expand Down

0 comments on commit e1491c0

Please sign in to comment.