Skip to content

Commit

Permalink
fix: update modal footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf committed Sep 22, 2023
1 parent 3c69ac6 commit c369948
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/components/flow/Flow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,10 @@ export class Flow extends React.PureComponent<FlowStoreProps, {}> {

<div className={styles.footer}>
<span>
{i18n.t('new_updates.footer', 'Feel free to send feedback on your experience')}
{i18n.t(
'new_updates.footer',
'Feel free to send feedbacks about your experience clicking on the detective'
)}
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/config/i18n/es/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@
"first": "Fechar",
"second": "Muestrame todo"
},
"footer": "No dude en enviarnos sus comentarios sobre su experiencia"
"footer": "No dudes en enviarnos comentarios sobre tu experiencia haciendo clic en el detective"
},
"guiding": {
"close_tour": "Cerrar guía",
Expand Down
2 changes: 1 addition & 1 deletion src/config/i18n/pt-br/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
"first": "Fechar",
"second": "Me mostra tudo"
},
"footer": "Fique à vontade para enviar feedbacks sobre sua experiência"
"footer": "Fique à vontade para enviar feedbacks sobre sua experiência clicando no detetive"
},
"guiding": {
"close_tour": "Fechar tour",
Expand Down

0 comments on commit c369948

Please sign in to comment.