spelling fix

This commit is contained in:
Thomas Zarebczan 2019-10-25 11:28:36 -04:00 committed by GitHub
parent 40a2bdaa66
commit 604572bb0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}