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:
Jon
2026-06-05 18:42:03 +01:00
parent 5a5134f9b2
commit 22b5ee7203
3 changed files with 9 additions and 9 deletions

View File

@@ -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)