diff --git a/app/views/trades/_form.html.erb b/app/views/trades/_form.html.erb
index 81930c77a..600dde3b9 100644
--- a/app/views/trades/_form.html.erb
+++ b/app/views/trades/_form.html.erb
@@ -29,7 +29,7 @@
<%= form.combobox :ticker,
securities_path(country_code: Current.family.country),
- name_when_new: "entry[manual_ticker]",
+ name_when_new: "model[manual_ticker]",
label: t(".holding"),
placeholder: t(".ticker_placeholder"),
required: true %>