diff --git a/budget.py b/budget.py
index 55b9714..9630fdc 100644
--- a/budget.py
+++ b/budget.py
@@ -187,7 +187,7 @@ function autoFillAmount() {{
<h2>Monthly Budget Targets</h2>
<form method="POST" action="/budget/add">
<input name="category" type="text" placeholder="Item" required>
- <input type="text" name="planned_amount" placeholder="Planned amount" required>
+ <input type="text" name="planned_amount" placeholder="Planned amount (+)" required>
<button type="submit">Save Budget</button>
</form>