use correct label for follow workfile version

This commit is contained in:
Jakub Trllo 2023-11-06 18:28:51 +01:00
parent 6226f5760a
commit b7bec4b4e4

View file

@ -21,7 +21,7 @@ class ValidateBaseModel(BaseSettingsModel):
class CollectAnatomyInstanceDataModel(BaseSettingsModel):
_isGroup = True
follow_workfile_version: bool = Field(
True, title="Collect Anatomy Instance Data"
True, title="Follow workfile version"
)