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:
parent
00a99995c9
commit
e745caffaa
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue