From 53eecb4443d9395f953fc7851043d06d760768bb Mon Sep 17 00:00:00 2001 From: Justin Ehrenhofer <justin.ehrenhofer@gmail.com> Date: Mon, 24 Jul 2023 09:45:33 -0500 Subject: [PATCH] Minor: `slow` -> `Slow` [skip-ci] --- cw_ethereum/lib/ethereum_transaction_priority.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cw_ethereum/lib/ethereum_transaction_priority.dart b/cw_ethereum/lib/ethereum_transaction_priority.dart index 53a58b3db..a30ad6fb8 100644 --- a/cw_ethereum/lib/ethereum_transaction_priority.dart +++ b/cw_ethereum/lib/ethereum_transaction_priority.dart @@ -35,7 +35,7 @@ class EthereumTransactionPriority extends TransactionPriority { switch (this) { case EthereumTransactionPriority.slow: - label = 'slow'; + label = 'Slow'; break; case EthereumTransactionPriority.medium: label = 'Medium';