diff --git a/app/views/welcome/_recommended_carousel.html.erb b/app/views/welcome/_recommended_carousel.html.erb index 38339a2ad..3141ef2b4 100644 --- a/app/views/welcome/_recommended_carousel.html.erb +++ b/app/views/welcome/_recommended_carousel.html.erb @@ -29,8 +29,12 @@
<% recommendeds.each_with_index do |recommended, index| %> - <% end %>
diff --git a/config/locales/en/general.yml b/config/locales/en/general.yml index 8d485e023..00fb3d90c 100644 --- a/config/locales/en/general.yml +++ b/config/locales/en/general.yml @@ -807,6 +807,7 @@ en: btn_text_link: All recommended proposals budget_investments: title: Recommended investments + slide: "See %{title}" verification: i_dont_have_an_account: I don't have an account i_have_an_account: I already have an account diff --git a/config/locales/es/general.yml b/config/locales/es/general.yml index fee56b4c9..315769199 100644 --- a/config/locales/es/general.yml +++ b/config/locales/es/general.yml @@ -806,6 +806,7 @@ es: btn_text_link: Todas las propuestas recomendadas budget_investments: title: Presupuestos recomendados + slide: "Ver %{title}" verification: i_dont_have_an_account: No tengo cuenta, quiero crear una y verificarla i_have_an_account: Ya tengo una cuenta que quiero verificar