Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
h1divp authored Sep 14, 2024
1 parent 1992a48 commit 153f7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/screens/settings/SettingsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Sections = [
},
{
header: "Privacy",
items: [{ id: "deleteMessages", title: "Delete my messages when I dissapear", type: "toggle" }],
items: [{ id: "deleteMessages", title: "Delete my messages when I disappear", type: "toggle" }],
},
];

Expand Down

0 comments on commit 153f7fe

Please sign in to comment.