Update server/settings/tools.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Libor Batek 2024-10-23 10:08:12 +02:00 committed by GitHub
parent 851ce814f8
commit 3fb5c79370
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,7 +162,7 @@ class AYONMenuModel(BaseSettingsModel):
version_up_current_workfile: bool = SettingsField(
False,
title="Version Up Workfile",
description="Adds tool for 'incremental save' to the AYON menu"
description="Adds menu item for 'incremental save' to the AYON menu"
)