Skip to content

Commit

Permalink
update correct label for feedback link
Browse files Browse the repository at this point in the history
  • Loading branch information
NarenderRajuB committed Oct 9, 2024
1 parent 151f481 commit a353128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/blueprints/fund_builder/forms/round.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class RoundForm(FlaskForm):
support_times = StringField("Support times", validators=[DataRequired()])
support_days = StringField("Support Days", validators=[DataRequired()])
instructions_json = TextAreaField("Instructions")
feedback_link = URLField("Prospectus Link", validators=[DataRequired(), URL()])
feedback_link = URLField("Feedback Link", validators=[DataRequired(), URL()])
project_name_field_id = StringField("Project name", validators=[DataRequired()])
application_guidance_json = TextAreaField("Application Guidance")
guidance_url = URLField("Guidance link", validators=[DataRequired(), URL()])
Expand Down

0 comments on commit a353128

Please sign in to comment.