From cd2b5127dbf24bb83acf1e56277a5919aa774cb9 Mon Sep 17 00:00:00 2001 From: Jan Kleine Date: Sun, 1 Mar 2026 21:16:32 +0100 Subject: [PATCH] Documentation: fix version label filename placeholder Co-Authored-By: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 9d08d5f02..2f2c0a396 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -626,7 +626,7 @@ The following placeholders are only available for "added" or "updated" triggers - `{{created_year_short}}`: created year - `{{created_month}}`: created month - `{{created_month_name}}`: created month name -- `{created_month_name_short}}`: created month short name +- `{{created_month_name_short}}`: created month short name - `{{created_day}}`: created day - `{{created_time}}`: created time in HH:MM format - `{{doc_url}}`: URL to the document in the web UI. Requires the `PAPERLESS_URL` setting to be set.