mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-13 12:33:26 +02:00
chore(earn): add description for input offer minimum amount
This commit is contained in:
parent
70856f0e1f
commit
bf535e7e34
2 changed files with 2 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ export function EarnForm({
|
|||
<div className="space-y-2">
|
||||
<Field data-invalid={errors.offerMinAmount !== undefined}>
|
||||
<FieldLabel htmlFor="offerMinAmount">{t('earn.label_min_amount_input')}</FieldLabel>
|
||||
<FieldDescription className="text-xs">{t('earn.description_min_amount_input')}</FieldDescription>
|
||||
<InputGroup>
|
||||
<InputGroupInput
|
||||
id="offerMinAmount"
|
||||
|
|
|
|||
|
|
@ -508,6 +508,7 @@
|
|||
"description_abs_fee": "The fee to charge others, as an absolute amount denominated in sats.",
|
||||
"feedback_invalid_abs_fee": "Invalid absolute fee.",
|
||||
"label_min_amount_input": "Minimum amount",
|
||||
"description_min_amount_input": "The minimum size of your offer. You will not participate in collaborative transactions below this amount.",
|
||||
"placeholder_min_amount_input": "Enter a minimum amount in sats or BTC...",
|
||||
"feedback_invalid_min_amount": "Please provide a minimum amount.",
|
||||
"feedback_invalid_min_amount_range": "Please provide a minimum amount in sats between {{ minAmountMin }} and {{ minAmountMax }}.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue