fix(webui): clarify MEDIA absolute-path hint

This commit is contained in:
qWaitCrypto 2026-05-08 22:10:38 +08:00 committed by kshitij
parent aad5490e74
commit 2c8c48fbc7

View file

@ -574,7 +574,7 @@ PLATFORM_HINTS = {
"controls), video, PDFs, HTML, CSV, diffs/patches, and Excalidraw files "
"render as rich previews. Do not use Markdown image syntax like "
"![alt](/path) for local files; local paths are not served that way. "
"Use MEDIA:/path instead."
"Use MEDIA:/absolute/path instead."
),
}