diff --git a/src/components/send/UtxoSelectionDialog.tsx b/src/components/send/UtxoSelectionDialog.tsx index 36d7d44e..4b3e2684 100644 --- a/src/components/send/UtxoSelectionDialog.tsx +++ b/src/components/send/UtxoSelectionDialog.tsx @@ -36,7 +36,7 @@ export const UtxoSelectionDialog = ({ return ( - + {t('show_utxos.title')} @@ -45,12 +45,13 @@ export const UtxoSelectionDialog = ({ onFilterChange(event.target.value)} placeholder={t('jar_details.utxo_list.placeholder_search')} disabled={isSubmitting} /> -
+
- + diff --git a/src/components/wallet/WalletJarsDetailsContent.tsx b/src/components/wallet/WalletJarsDetailsContent.tsx index 079a354a..bfe1eb1d 100644 --- a/src/components/wallet/WalletJarsDetailsContent.tsx +++ b/src/components/wallet/WalletJarsDetailsContent.tsx @@ -346,7 +346,7 @@ export const WalletJarsDetailsContent = ({ - + {t('jar_details.title_tab_utxos')} @@ -361,7 +361,7 @@ export const WalletJarsDetailsContent = ({ )} - +