Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Aug 15, 2022
1 parent 3290e9d commit 410562f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tutorial/TutorialSwap/CustomPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default function CustomPopup(props: WalktourLogic | undefined): JSX.Eleme
</Text>
)}
<ButtonPrimary onClick={() => next()} style={{ width: 72, height: 36 }}>
{isLastStep ? t`Finish` : t`Next`}
{isLastStep ? t`Done` : t`Next`}
</ButtonPrimary>
</Flex>
)}
Expand Down

0 comments on commit 410562f

Please sign in to comment.