diff --git a/app/components/budgets/investments/form_component.html.erb b/app/components/budgets/investments/form_component.html.erb index f5aa72e31..05826600d 100644 --- a/app/components/budgets/investments/form_component.html.erb +++ b/app/components/budgets/investments/form_component.html.erb @@ -50,8 +50,7 @@ form: f, map_location: investment.map_location || MapLocation.new, label: t("budgets.investments.form.map_location"), - help: t("budgets.investments.form.map_location_instructions"), - i18n_namespace: "budgets.investments" %> + help: t("budgets.investments.form.map_location_instructions") %> <% end %> diff --git a/app/components/proposals/form_component.html.erb b/app/components/proposals/form_component.html.erb index c4467fe7d..c115de81c 100644 --- a/app/components/proposals/form_component.html.erb +++ b/app/components/proposals/form_component.html.erb @@ -58,8 +58,7 @@ form: f, map_location: proposal.map_location || MapLocation.new, label: t("proposals.form.map_location"), - help: t("proposals.form.map_location_instructions"), - i18n_namespace: "proposals" %> + help: t("proposals.form.map_location_instructions") %> <% end %>