Updated description

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Petr Kalis 2024-05-31 13:31:47 +02:00 committed by GitHub
parent 0e4918dcad
commit d2d05f64f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."
)