changed itemform placeholder for better understanding

This commit is contained in:
2025-10-04 00:08:19 +02:00
parent bb17bc735c
commit 5131266242

View File

@@ -33,7 +33,7 @@ const AddItemForm: React.FC<AddItemFormProps> = ({ onClose, alert }) => {
<Input
id="can_borrow_role"
type="number"
placeholder="Zahl (z.B. 2)"
placeholder="Zahl (1 - 4)"
/>
</Field.Root>
</Stack>