From 2f92bf0de83cd458a04edf918963034c322e3f7e Mon Sep 17 00:00:00 2001 From: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> Date: Fri, 16 Dec 2022 22:33:47 +0500 Subject: [PATCH] mobile: fix typo Co-authored-by: Abdullah Atta Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> --- apps/mobile/app/screens/settings/settings-data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },