Fixes missing i18n
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<div>
|
||||
<%= form.label :skip_map do %>
|
||||
<%= form.check_box :skip_map,
|
||||
title: t("proposals.form.map_skip_checkbox"),
|
||||
title: t("#{i18n_namespace}.form.map_skip_checkbox"),
|
||||
label: false,
|
||||
class: 'js-toggle-map' %>
|
||||
<span class="checkbox">
|
||||
|
||||
Reference in New Issue
Block a user