Updates description placeholder for clarity

Updates the description placeholder in the AddExpense component to provide more specific and helpful examples for users.

This aims to guide users in providing more detailed and relevant descriptions of their expenses, improving the overall expense tracking experience.
This commit is contained in:
padreug 2025-11-08 11:48:18 +01:00 committed by Patrick Mulligan
parent b5e2fd8c44
commit f7142fd967

View file

@ -62,7 +62,7 @@
<FormLabel>Description *</FormLabel> <FormLabel>Description *</FormLabel>
<FormControl> <FormControl>
<Textarea <Textarea
placeholder="e.g., Groceries for community dinner" placeholder="e.g., Biocoop, Ferme des Croquantes, Foix Market, etc"
v-bind="componentField" v-bind="componentField"
rows="3" rows="3"
/> />