Updates "account from equity" label

Changes the "Account from equity" label and description
to "Convert to equity contribution" for clarity.

The updated description explains that instead of cash
reimbursement, the expense will increase the user's
equity stake.
This commit is contained in:
padreug 2025-11-07 16:36:56 +01:00
parent 00a99995c9
commit e745caffaa

View file

@ -114,7 +114,7 @@
</FormItem>
</FormField>
<!-- Account from equity checkbox -->
<!-- Convert to equity checkbox -->
<FormField v-slot="{ value, handleChange }" name="isEquity">
<FormItem>
<div class="flex items-center space-x-2">
@ -126,9 +126,9 @@
/>
</FormControl>
<div class="space-y-1 leading-none">
<FormLabel>Account from equity</FormLabel>
<FormLabel>Convert to equity contribution</FormLabel>
<FormDescription>
Check if this expense should be accounted from your equity
Instead of cash reimbursement, increase your equity stake by this amount
</FormDescription>
</div>
</div>