From 604572bb0f15ab8da78bc574c16f693fe027db63 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan <tzarebczan@users.noreply.github.com> Date: Fri, 25 Oct 2019 11:28:36 -0400 Subject: [PATCH] spelling fix --- src/ui/component/syncToggle/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/component/syncToggle/view.jsx b/src/ui/component/syncToggle/view.jsx index be40e79cd..f20975b8a 100644 --- a/src/ui/component/syncToggle/view.jsx +++ b/src/ui/component/syncToggle/view.jsx @@ -46,7 +46,7 @@ function SyncToggle(props: Props) { <FormField type="checkbox" name="sync_toggle" - label={__('Sync your balance and preferences accross devices.')} + label={__('Sync your balance and preferences across devices.')} checked={syncEnabled} onChange={handleChange} disabled={disabled}