Skip to content

Commit

Permalink
readd translations
Browse files Browse the repository at this point in the history
  • Loading branch information
pachonjcl committed Jun 13, 2024
1 parent 27f74ec commit 3e069be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/extensive/Modal/ModalConfirm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const ModalConfirm: FC<ModalConfirmProps> = ({
<div className="mt-4 flex w-full gap-4">
<Button variant="white-page-admin" className="w-full" onClick={onClose}>
<Text variant="text-12-bold" className="capitalize">
Cancel
{t("Cancel")}
</Text>
</Button>
<Button
Expand All @@ -125,7 +125,7 @@ const ModalConfirm: FC<ModalConfirmProps> = ({
}}
>
<Text variant="text-12-bold" className="capitalize">
Confirm
{t("Confirm")}
</Text>
</Button>
</div>
Expand Down

0 comments on commit 3e069be

Please sign in to comment.