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:
parent
8d50ea1d61
commit
41cdc8b770
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
<FormLabel>Description *</FormLabel>
|
||||
<FormControl>
|
||||
<Textarea
|
||||
placeholder="e.g., Groceries for community dinner"
|
||||
placeholder="e.g., Biocoop, Ferme des Croquantes, Foix Market, etc"
|
||||
v-bind="componentField"
|
||||
rows="3"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue