diff --git a/app/views/budgets/investments/_form.html.erb b/app/views/budgets/investments/_form.html.erb
index ae5a3e536..93461a873 100644
--- a/app/views/budgets/investments/_form.html.erb
+++ b/app/views/budgets/investments/_form.html.erb
@@ -4,7 +4,7 @@
<%= f.label :heading_id, t("budget.investments.form.heading") %>
- <%= f.select :heading_id, budget_heading_select_options(@budget), {include_blank: t("budget.headings.none"), label: false} %>
+ <%= f.select :heading_id, budget_heading_select_options(@budget), {include_blank: true, label: false} %>