class Decidim::Meetings::Admin::MeetingsPollController

def edit_questionnaire_title

of the edit form.
Implement this method in your controller to set the title
def edit_questionnaire_title
  t(:title, scope: "decidim.meetings.admin.meetings_poll.form", questionnaire_for: translated_attribute(meeting.try(:title)))
end