Skip to content

Commit

Permalink
Update lib/galaxy/webapps/galaxy/controllers/forms.py
Browse files Browse the repository at this point in the history
Co-authored-by: David López <[email protected]>
  • Loading branch information
guerler and davelopez authored Dec 11, 2023
1 parent 5f48506 commit f231628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/controllers/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def edit_form(self, trans, payload=None, **kwd):
{"name": "required", "label": "Required", "type": "boolean", "value": False},
]
form_dict = {
"title": "Edit form for '%s'" % latest_form.name,
"title": f"Edit form for '{latest_form.name}'",
"inputs": [
{"name": "name", "label": "Name", "value": latest_form.name},
{"name": "desc", "label": "Description", "value": latest_form.desc},
Expand Down

0 comments on commit f231628

Please sign in to comment.