mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
US spelling adjustment
This commit is contained in:
parent
1818b00ac6
commit
b4488fceed
1 changed files with 2 additions and 2 deletions
|
@ -132,10 +132,10 @@ class _NetworkInfoButtonState extends ConsumerState<NetworkInfoButton> {
|
|||
label = "Unable to sync";
|
||||
break;
|
||||
case WalletSyncStatus.synced:
|
||||
label = "Synchronised";
|
||||
label = "Synchronized";
|
||||
break;
|
||||
case WalletSyncStatus.syncing:
|
||||
label = "Synchronising";
|
||||
label = "Synchronizing";
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue