From d2d05f64f75efd33501b000925c27d90214a17f7 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Fri, 31 May 2024 13:31:47 +0200 Subject: [PATCH] Updated description Co-authored-by: Roy Nieterau --- server/settings/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/settings/tools.py b/server/settings/tools.py index ed0c723bac..6c02a928bf 100644 --- a/server/settings/tools.py +++ b/server/settings/tools.py @@ -73,7 +73,7 @@ class CreatorToolModel(BaseSettingsModel): filter_creator_profiles: list[FilterCreatorProfile] = SettingsField( default_factory=list, title="Filter creator profiles", - description="White list of creator labels that will be only shown if " + description="Allowed list of creator labels that will be only shown if " "profile matches context." )