Skip to content

Commit

Permalink
fix: update labeling (#3796)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck authored Jan 8, 2024
1 parent b62dd8d commit dbcd45c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ const UnitForm = ({ onSubmit, onClose, defaultUnit, nextId, draft }: UnitFormPro
<Field
id="monthlyIncomeMin"
name="monthlyIncomeMin"
label={t("t.minimumIncome")}
label={t("t.monthlyMinimumIncome")}
placeholder="0.00"
register={register}
type="number"
Expand Down

0 comments on commit dbcd45c

Please sign in to comment.