Skip to content

Commit

Permalink
mobile: use clearer wording on logout confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Jun 3, 2024
1 parent a0c3219 commit 2a4d04a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/mobile/app/screens/settings/settings-data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,14 @@ export const settingsGroups: SettingSection[] = [
{
id: "logout",
name: "Log out",
description: "Clear all your data and reset the app.",
description:
"Logging out will clear all data stored on THIS DEVICE.",
icon: "logout",
modifer: () => {
presentDialog({
title: "Logout",
paragraph: "Clear all your data and reset the app.",
paragraph:
"Logging out will clear all data stored on THIS DEVICE. Make sure you have synced all your changes before logging out.",
positiveText: "Logout",
positivePress: async () => {
try {
Expand Down

0 comments on commit 2a4d04a

Please sign in to comment.