Minor: slow -> Slow [skip-ci]

This commit is contained in:
Justin Ehrenhofer 2023-07-24 09:45:33 -05:00
parent 5c2bd930b0
commit 53eecb4443

View file

@ -35,7 +35,7 @@ class EthereumTransactionPriority extends TransactionPriority {
switch (this) {
case EthereumTransactionPriority.slow:
label = 'slow';
label = 'Slow';
break;
case EthereumTransactionPriority.medium:
label = 'Medium';