Skip to content

Commit 193f8a7

Browse files
authored
Fix missing text update from #302 (#303)
1 parent f9814e1 commit 193f8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ export const Settings = () => {
605605
width: 600,
606606
content: (
607607
<Space direction="vertical" size="small">
608-
<Paragraph>Your account has been deleted. Your session will log out from your session in 5 seconds.</Paragraph>
608+
<Paragraph>Your account has been deleted. You will be logged out from your session in 5 seconds.</Paragraph>
609609
</Space>
610610
),
611611
okType: "primary",

0 commit comments

Comments
 (0)