Skip to content

Commit

Permalink
Merge pull request #192 from odracirdev/hotfix
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
odracirdev authored Aug 12, 2024
2 parents 24ae6e2 + fdff647 commit e7bb75d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"ripley_analysis_1": "The competition maintains at least two layers of information, the first with a history of the DAPs in cards with the minimum necessary information and the second layer with the detail.",
"ripley_analysis_2": "The current account was recently integrated as an option for the origin of the investment to be made. Previously, only a customer with a demand account could make a time deposit.",
"ripley_analysis_3": "The user is notified by e-mail when the automatic renewal is done and a detailed document with the renewal conditions is sent.",
"ripley_analysis_4": "",
"ripley_analysis_4": "In the 3 working days for the withdrawal of the investment the user is enabled the function from the same card in the history.",
"ripley_designs_title": "Designs",
"ripley_designs_desc": "After a process of empathizing and defining opportunities for improvement, the entire flow was refreshed, and additional new functionalities were added to further optimize this flow, which was then tested to ensure its usability and implement it for development."
}
2 changes: 1 addition & 1 deletion src/locales/es/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"ripley_analysis_1": "La competencia mantiene al menos dos capas de información, la primera con un historial de los DAPs en cards con la información mínima necesaria y la segunda capa con el detalle.",
"ripley_analysis_2": "Se integró recientemente cuenta corriente como opción de origen de la inversión a realizar. Antes sólo un cliente con cuenta vista podía realizar un depósito a plazo.",
"ripley_analysis_3": "Se le notifica al usuario por correo electrónico cuando se hace la renovación automática y se envía un documento detallado con las condiciones de la renovación.",
"ripley_analysis_4": "",
"ripley_analysis_4": "En los 3 días hábiles para el retiro de la inversión el usuario se le habilita la función desde la misma card en el historial",
"ripley_designs_title": "Diseños",
"ripley_designs_desc": "Después de un proceso de empatizar y definir cuáles eras las oportunidades de mejora, se hizo un refrescamiento de todo el flujo, y adicional se agregaron nuevas funcionalidades para optimizar aún mas este flujo, posteriormente fue llevado a testeo para asegurar su usabilidad e implementarlo a desarrollo."
}
2 changes: 1 addition & 1 deletion src/pages/banco-ripley/_sections/Analysis.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { t } from 'i18n:astro';
</CardWrapper>
<CardWrapper class="card | flow">
<h2 class="card-title">4</h2>
<p class="card-description">{t('ripley_analysis_3')}</p>
<p class="card-description">{t('ripley_analysis_4')}</p>
</CardWrapper>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/banco-ripley/_sections/Designs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { t } from 'i18n:astro';
style="width: 100%; "
/>
<img
src="/assets/images/banco-ripley-benchmarks-5.png"
src="/assets/images/banco-ripley-benchmarks-7.png"
alt="Diseño de pantalla inicio para dispositivos móviles del Banco Ripley"
style="width: 100%; "
/>
Expand Down

0 comments on commit e7bb75d

Please sign in to comment.