Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readd create broker registration and translations #4433

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading