%{partner_name}
, %{delivery_method}
, %{distribution_date}
, and %{comment}
to include the partner's name, delivery method, distribution date, and comments sent in the request." %>
<%= f.input :default_email_text, label: "Distribution Email Content", hint: default_email_text_hint.html_safe do %>
- <%= f.rich_text_area :default_email_text %>
+ <%= f.rich_text_area :default_email_text, placeholder: 'Enter distribution email content...' %>
<% end %>
<%= f.input :logo, wrapper: :input_group do %>