diff --git a/lib/email/message_builder.rb b/lib/email/message_builder.rb index c72d7bca9ea..9bc9cfd5dd5 100644 --- a/lib/email/message_builder.rb +++ b/lib/email/message_builder.rb @@ -30,7 +30,7 @@ module Email }.merge!(@opts) if @template_args[:url].present? - @template_args[:header_instructions] = I18n.t('user_notifications.header_instructions', @template_args) + @template_args[:header_instructions] ||= I18n.t('user_notifications.header_instructions', @template_args) if @opts[:include_respond_instructions] == false @template_args[:respond_instructions] = ''