diff --git a/src/cryptoadvance/specter/templates/wallet/send/new/components/fee_selection.jinja b/src/cryptoadvance/specter/templates/wallet/send/new/components/fee_selection.jinja index 9ed6172509..c4aee0cbfe 100644 --- a/src/cryptoadvance/specter/templates/wallet/send/new/components/fee_selection.jinja +++ b/src/cryptoadvance/specter/templates/wallet/send/new/components/fee_selection.jinja @@ -8,8 +8,8 @@

Subtract fees from amount

- If checked, the transaction fees will be payed off from the transaction amount.

- Otherwise, the fees will be payed as an added cost in addition to the amount sent. + If checked, the transaction fees will be paid off from the transaction amount.

+ Otherwise, the fees will be paid as an added cost in addition to the amount sent.

@@ -76,7 +76,7 @@ } else if (feesSlider.value >= fastestFee && feesSlider.value < fastestFee * 1.2) { document.getElementById('fee_rate_speed_text').innerText = 'Very fast (10 minutes)'; } else if (feesSlider.value >= fastestFee * 1.2) { - document.getElementById('fee_rate_speed_text').innerText = 'Overpayed! (10 minutes)'; + document.getElementById('fee_rate_speed_text').innerText = 'Overpaid! (10 minutes)'; } }