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 7543cfc commit ec79c09
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 @@ -545,7 +545,7 @@ def rename_quota(self, trans, payload=None, **kwd):
quota = get_quota(trans, id)
if trans.request.method == "GET":
return {
"title": "Change quota name and description for '%s'" % quota.name,
"title": f"Change quota name and description for '{quota.name}'",
"inputs": [
{"name": "name", "label": "Name", "value": quota.name},
{"name": "description", "label": "Description", "value": quota.description},
Expand Down

0 comments on commit ec79c09

Please sign in to comment.