Skip to content

Commit

Permalink
1930: fourth bullet (#345)
Browse files Browse the repository at this point in the history
* Dynamic agency name

* Show fourth bullet when account already added
  • Loading branch information
allthesignals authored Nov 1, 2024
1 parent e41fd0d commit 3c7edd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion app/app/views/cbv/synchronization_failures/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
<ol>
<li><%= t(".option_1") %></li>
<li><%= t(".option_2") %></li>
<li><%= t(".option_3") %></li>
<li><%= t(".option_3", agency_acronym: current_site.agency_short_name) %></li>
<% if @cbv_flow.has_account_with_required_data? %>
<li><%= t("cbv.missing_results.show.continue_to_review", agency_acronym: current_site.agency_short_name) %></li>
<% end %>
<ol>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ en:
description: 'We were unable to connect to your employer''s system due to an error. To continue, you can:'
option_1: Go back to employer search to retry adding this employer.
option_2: Go back to employer search to add another job.
option_3: Submit your income information for this employer by visiting DTA's website.
option_3: Submit your income information for this employer by visiting %{agency_acronym}'s website.
title: We couldn't access your employer information
synchronizations:
indicators:
Expand Down
2 changes: 1 addition & 1 deletion app/config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ es:
description: 'No pudimos conectarnos al sistema de su empleador debido a un error. Para continuar, puede:'
option_1: Volver a la búsqueda de empleadores para nuevamente intentar agregar este empleador.
option_2: Volver a la búsqueda de empleadores para agregar otro trabajo.
option_3: Envíe su información de ingresos a este empleador visitando el sitio web de DTA.
option_3: Envíe su información de ingresos a este empleador visitando el sitio web de %{agency_acronym}.
title: No pudimos acceder a la información de su empleador
synchronizations:
indicators:
Expand Down

0 comments on commit 3c7edd9

Please sign in to comment.