We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53d4d8 commit 67f94aaCopy full SHA for 67f94aa
1 file changed
src/features/settings/components/GeneralSettings/GeneralSettings.tsx
@@ -38,8 +38,8 @@ const UserInfo = ({ user }: UserInfoProps) => {
38
<div className="userContent">
39
<ConfirmModal
40
showModal={showLogout}
41
- title="Logout !"
42
- description="Are you sure you want to logout ?"
+ title="Confirm logout"
+ description="Are you sure you want to logout?"
43
onClose={() => setShowLogout(false)}
44
onConfirm={logout}
45
/>
0 commit comments