From 2ad3656ae2aba1395bc69f3712eb6cf337bcec03 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 13 Jan 2025 13:16:53 +0000 Subject: [PATCH] dollars --- docs/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.md b/docs/config.md index cd4eddcaefc..36362111f52 100644 --- a/docs/config.md +++ b/docs/config.md @@ -218,9 +218,9 @@ Starting with `branding`, the following subproperties are available: #### `title_template` vars -- `brand` The name of the web app, as configured by the `brand` config value. -- `room_name` The friendly name of a room. Only applicable to `title_template_in_room`. -- `status` The client's status, repesented as. +- `$brand` The name of the web app, as configured by the `brand` config value. +- `$room_name` The friendly name of a room. Only applicable to `title_template_in_room`. +- `$status` The client's status, repesented as. - The notification count, when at least one room is unread. - "*" when no rooms are unread, but notifications are not muted. - "Offline", when the client is offline.