Skip to content

Commit

Permalink
fix: Changed to Delete my messages when I dissapear (#284)
Browse files Browse the repository at this point in the history
* fix: Changed to Delete my messages when I dissapear

* fixed typo

---------

Co-authored-by: kk7188048 <kk7188048@g]mail.com>
Co-authored-by: Phoenix <[email protected]>
  • Loading branch information
3 people authored Sep 14, 2024
1 parent 8afc368 commit 6973614
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 messages", type: "toggle" }],
items: [{ id: "deleteMessages", title: "Delete my messages when I disappear", type: "toggle" }],
},
];

Expand Down

0 comments on commit 6973614

Please sign in to comment.