Skip to content

Commit

Permalink
Use "New section" as placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed May 16, 2024
1 parent 508f539 commit 4309650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/meeting/app/forms/meeting_section/title.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MeetingSection::Title < ApplicationForm
form do |meeting_section_form|
meeting_section_form.text_field(
name: :title,
placeholder: Meeting.human_attribute_name(:title),
placeholder: I18n.t("meeting_section.default_title"),
label: Meeting.human_attribute_name(:title),
value: init_value(meeting_section_form),
visually_hide_label: true,
Expand Down

0 comments on commit 4309650

Please sign in to comment.