diff --git a/apps/mobile/app/screens/settings/settings-data.tsx b/apps/mobile/app/screens/settings/settings-data.tsx index ae7a018ae..88ba337b4 100644 --- a/apps/mobile/app/screens/settings/settings-data.tsx +++ b/apps/mobile/app/screens/settings/settings-data.tsx @@ -391,7 +391,7 @@ export const settingsGroups: SettingSection[] = [ id: "auto-sync", name: "Disable auto sync", description: - "Turn of automatic syncing. Changes from this client will be synced only when you run sync manually.", + "Turn off automatic syncing. Changes from this client will be synced only when you run sync manually.", type: "switch", property: "disableAutoSync" },