Skip to content

Commit

Permalink
feat(fees): remove superfluous label
Browse files Browse the repository at this point in the history
  • Loading branch information
dergigi committed Sep 28, 2022
1 parent d5e3e85 commit 20937ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/settings/FeeConfigModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ const FeeConfigForm = forwardRef(
<rb.Accordion.Item eventKey="0">
<rb.Accordion.Header>{t('settings.fees.title_general_fee_settings')}</rb.Accordion.Header>
<rb.Accordion.Body>
<rb.Form.Label>{t('settings.fees.label_tx_fees')}</rb.Form.Label>
{txFeesUnit && (
<rb.Form.Group className="my-2 d-flex justify-content-center" controlId="offertype">
<SegmentedTabs
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@
"title_general_fee_settings": "Mining fees",
"radio_tx_fees_blocks": "Targeted blocks",
"radio_tx_fees_satspervbyte": "sats/vByte",
"label_tx_fees": "Transaction fee",
"description_tx_fees_blocks": "The fee estimate is based on a projection of how many sats are needed to get in one of the next N blocks. e.g. if you set it to 20 you are asking to use whatever Bitcoin Core thinks is a realistic fee to get confirmation within the next 20 blocks. Default block target is 3.",
"description_tx_fees_satspervbyte": "The fee in satoshi per vbyte used to pay for transactions. A transaction without privacy improvements with one input and two outputs is about 250 bytes, a collaborative transaction can be a multiple of that depending on the number of collaborators and their inputs.",
"feedback_invalid_tx_fees_blocks": "Please provide a valid block target between {{ min }} and {{ max }}.",
Expand Down

0 comments on commit 20937ae

Please sign in to comment.