diff --git a/src/api/src/main.py b/src/api/src/main.py
index 8ce58ba..93eae99 100644
--- a/src/api/src/main.py
+++ b/src/api/src/main.py
@@ -196,10 +196,10 @@ async def handle_download(
media_type = "application/epub+zip"
case DownloadFormat.pdf:
if not PDFS_ENABLED:
- logger.error("PDF downloads not enabled.")
+ logger.error("PDF Downloads not enabled.")
return HTMLResponse(
status_code=403,
- content='PDF downloads have been disabled by the server administrator. Support is available on the Discord',
+ content='PDF Downloads have been disabled by the server administrator. Support is available on the Discord',
)
author_image = await fetch_image(
metadata["user"]["avatar"].replace("-256-", "-512-")