diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb index f1b0039a02bf..bd686068abbb 100644 --- a/app/views/custom_fields/_form.html.erb +++ b/app/views/custom_fields/_form.html.erb @@ -224,8 +224,11 @@ See COPYRIGHT and LICENSE files for more details.
- <%= f.check_box :searchable, - data: { 'admin--custom-fields-target': 'searchable' }%> + <%= f.check_box :searchable, + data: { 'admin--custom-fields-target': 'searchable' }%> +
+

<%= t('custom_fields.instructions.searchable') %>

+
<% when "TimeEntryCustomField" %>