Skip to content

Commit

Permalink
Update employer search for new langeuage
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Aug 21, 2024
1 parent a1c5ea0 commit d41a973
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app/app/views/cbv/employer_searches/_employer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
<% if @has_pinwheel_account %>
<h3><%= t("cbv.employer_searches.show.to_continue") %></h3>
<ul>
<li><%= t("cbv.employer_searches.show.to_continue_li_1") %></li>
<li><%= t("cbv.employer_searches.show.to_continue_li_1") %> <%= site_translation("cbv.employer_searches.show.to_continue_li_1_html") %></li>
<li><%= t("cbv.employer_searches.show.to_continue_li_2") %></li>
<li><%= t("cbv.employer_searches.show.to_continue_li_3") %></li>
</ul>
<% end %>
<%= link_to (@has_pinwheel_account ? cbv_flow_summary_path : cbv_flow_missing_results_path), class: "usa-button margin-top-5", data: { turbo_frame: "_top" } do %>
Expand Down
11 changes: 8 additions & 3 deletions app/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,14 @@ en:
to_access_li_1_html: "<strong>Your employer</strong> name"
to_access_li_2_html: The <strong>payroll provider</strong> you get paid from
to_access_li_3_html: The <strong>App</strong> you work for, like Uber, DoorDash, etc
to_continue: 'To continue:'
to_continue_li_1: If you have other jobs to add, search for them.
to_continue_li_2: If you have no other jobs to add, continue to review your income report.
to_continue: 'If you still don’t see your employer or payroll provider listed:'
to_continue_li_1: You’ll need to submit that income information separately.
to_continue_li_1_html:
ma: Go to <a href="https://www.mass.gov/guides/how-to-contact-dta">DTA's website</a> to learn about other ways to report your income.
nyc: Go to <a href="https://www.nyc.gov/site/hra/help/snap-application-frequently-asked-questions.page">HRA's website</a> to learn about other ways to report your income.
sandbox: Go to <a href="https://example.com/contact">CBV's website</a> to learn about other ways to report your income.
to_continue_li_2: If you have other jobs to add, search for them.
to_continue_li_3: If you have no other jobs to add, you can exit this site.
what_is_html: "<strong>What is a payroll provider?</strong> A payroll provider is a system that some employers or companies use to handle payroll, pay processing, and distribute paychecks and direct deposit. Examples of popular payroll providers are ADP, Paychex, Gusto, etc."
you_ll_go: You’ll go to their login portal and sign-in to see your payment history.
entries:
Expand Down

0 comments on commit d41a973

Please sign in to comment.