From aebb8c50939619c29a5686c3069cd7c5121d59a2 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Wed, 14 May 2025 20:06:24 +0200 Subject: [PATCH] small adjustment to env configuration small fix --- docs/getting-started/env-configuration.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 4971675..54adea8 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -99,16 +99,14 @@ is also being used and set to `True`. Failure to do so will result in the inabil - Type: `str` - Default: Empty string (' ') -- Default: `pending` -- Description: Sets a custom title for the account activation screen for pending users. +- Description: Sets a custom title for the pending user overlay. - Persistence: This environment variable is a `PersistentConfig` variable. #### `PENDING_USER_OVERLAY_CONTENT` - Type: `str` - Default: Empty string (' ') -- Default: `pending` -- Description: Sets a custom text for the account activation screen for pending users. +- Description: Sets a custom text content for the pending user overlay. - Persistence: This environment variable is a `PersistentConfig` variable. #### `ENABLE_CHANNELS`