Skip to content

Commit

Permalink
Update lib/galaxy/webapps/galaxy/controllers/admin.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 1fc5678 commit 7543cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/controllers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ def rename_group(self, trans, payload=None, **kwd):
group = get_group(trans, id)
if trans.request.method == "GET":
return {
"title": "Change group name for '%s'" % group.name,
"title": f"Change group name for '{group.name}'",
"inputs": [{"name": "name", "label": "Name", "value": group.name}],
}
else:
Expand Down

0 comments on commit 7543cfc

Please sign in to comment.