Title-case titles: Chat/File/Message Relay and File Upload
Capitalize Relay and Upload in the relay titles and the File Upload entry (sidebar, homepage cards, relay page title via RELAY_KINDS). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -144,7 +144,7 @@ async def bots_page(request: Request):
|
||||
})
|
||||
|
||||
|
||||
RELAY_KINDS = {"chat": "Chat relay", "file": "File relay", "message": "Message relay"}
|
||||
RELAY_KINDS = {"chat": "Chat Relay", "file": "File Relay", "message": "Message Relay"}
|
||||
|
||||
|
||||
@app.get("/relays/{kind}", response_class=HTMLResponse)
|
||||
|
||||
Reference in New Issue
Block a user