Skip to content

Commit

Permalink
🎨 improving names
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaulohe4rt committed Nov 12, 2021
1 parent bddb9db commit c74b404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/ViewRecord/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ const ViewRecord = () => {

<StyledDivButtons>
<GenericWhiteButton
title="voltar"
title="Voltar"
onClick={() => window.history.back()}
/>
<GenericBlueButton
Expand Down Expand Up @@ -404,7 +404,7 @@ const ViewRecord = () => {
<ModalDoubleCheck
content="Deseja realmente encaminhar esse registro?"
trigger={buttonModalConfirmForward}
titleBlueButton="confirmar"
titleBlueButton="Confirmar"
titleWhiteButton="Cancelar"
onClickBlueButton={handleClickModalConfirmForward}
onClickWhiteButton={handleClickModalWhite}
Expand Down

0 comments on commit c74b404

Please sign in to comment.