mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 11:16:26 +00:00
Minor: slow
-> Slow
[skip-ci]
This commit is contained in:
parent
5c2bd930b0
commit
53eecb4443
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class EthereumTransactionPriority extends TransactionPriority {
|
|||
|
||||
switch (this) {
|
||||
case EthereumTransactionPriority.slow:
|
||||
label = 'slow';
|
||||
label = 'Slow';
|
||||
break;
|
||||
case EthereumTransactionPriority.medium:
|
||||
label = 'Medium';
|
||||
|
|
Loading…
Reference in a new issue