spelling fix
This commit is contained in:
parent
40a2bdaa66
commit
604572bb0f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function SyncToggle(props: Props) {
|
||||||
<FormField
|
<FormField
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="sync_toggle"
|
name="sync_toggle"
|
||||||
label={__('Sync your balance and preferences accross devices.')}
|
label={__('Sync your balance and preferences across devices.')}
|
||||||
checked={syncEnabled}
|
checked={syncEnabled}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
|
|
Loading…
Reference in a new issue