Skip to content

Commit

Permalink
Fix missing text update from #302
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Dec 7, 2023
1 parent 2f800bf commit a79493c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ export const Settings = () => {
width: 600,
content: (
<Space direction="vertical" size="small">
<Paragraph>Your account has been deleted. Your session will log out from your session in 5 seconds.</Paragraph>
<Paragraph>Your account has been deleted. You will be logged out from your session in 5 seconds.</Paragraph>
</Space>
),
okType: "primary",
Expand Down

0 comments on commit a79493c

Please sign in to comment.