diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb index c8328bf81d6c..aa06e6d44711 100644 --- a/app/views/custom_fields/_form.html.erb +++ b/app/views/custom_fields/_form.html.erb @@ -100,7 +100,10 @@ See COPYRIGHT and LICENSE files for more details. <% if @custom_field.new_record? || @custom_field.multi_value_possible? %>
> <%= f.check_box :multi_value, - data: { action: 'admin--custom-fields#checkOnlyOne' } %> + data: { action: "admin--custom-fields#checkOnlyOne" } %> +
+

<%= t("custom_fields.instructions.multi_select") %>

+
>