Skip to content

Commit

Permalink
Update server/settings/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Nieterau <[email protected]>
  • Loading branch information
LiborBatek and BigRoy authored Oct 23, 2024
1 parent 2420c9e commit a653618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class CoreSettings(BaseSettingsModel):
version_start_category: VersionStartCategoryModel = SettingsField(
default_factory=VersionStartCategoryModel,
title="Version start",
description="Configure versioning for products using profiles",
description="Configure the first version to use for new products using profiles",
)
imageio: CoreImageIOBaseModel = SettingsField(
default_factory=CoreImageIOBaseModel,
Expand Down

0 comments on commit a653618

Please sign in to comment.