diff --git a/src/accounting-app/views/AddIncome.vue b/src/accounting-app/views/AddIncome.vue
index 59df255..a3d044f 100644
--- a/src/accounting-app/views/AddIncome.vue
+++ b/src/accounting-app/views/AddIncome.vue
@@ -118,7 +118,6 @@
step="0.01"
/>
- Amount in selected currency
@@ -138,7 +137,6 @@
- Currency for this income
@@ -146,11 +144,10 @@
- Reference
+ Reference (optional)
- Optional reference number or note
@@ -202,7 +199,6 @@ import { Textarea } from '@/components/ui/textarea'
import { Badge } from '@/components/ui/badge'
import {
FormControl,
- FormDescription,
FormField,
FormItem,
FormLabel,
diff --git a/src/modules/expenses/components/AddExpense.vue b/src/modules/expenses/components/AddExpense.vue
index 37be23d..f49d24e 100644
--- a/src/modules/expenses/components/AddExpense.vue
+++ b/src/modules/expenses/components/AddExpense.vue
@@ -128,9 +128,6 @@
step="0.01"
/>
-
- Amount in selected currency
-
@@ -155,9 +152,6 @@
-
- Currency for this expense
-
@@ -166,16 +160,13 @@
- Reference
+ Reference (optional)
-
- Optional reference number or note
-