Skip to content

Commit 67f94aa

Browse files
committed
fix: update logout modal title and description for clarity
1 parent d53d4d8 commit 67f94aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/settings/components/GeneralSettings/GeneralSettings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ const UserInfo = ({ user }: UserInfoProps) => {
3838
<div className="userContent">
3939
<ConfirmModal
4040
showModal={showLogout}
41-
title="Logout !"
42-
description="Are you sure you want to logout ?"
41+
title="Confirm logout"
42+
description="Are you sure you want to logout?"
4343
onClose={() => setShowLogout(false)}
4444
onConfirm={logout}
4545
/>

0 commit comments

Comments
 (0)