chore(earn): add description for input offer minimum amount

This commit is contained in:
theborakompanioni 2026-03-25 18:55:53 +01:00
parent 70856f0e1f
commit bf535e7e34
No known key found for this signature in database
GPG key ID: E8070AF0053AAC0D
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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 }}.",