perf: 修改 adhoc 翻译

This commit is contained in:
ibuler
2025-05-12 10:47:42 +08:00
committed by 老广
parent 4fb61e0af6
commit 01c07a834b
9 changed files with 4476 additions and 3278 deletions

View File

@@ -183,7 +183,7 @@ class OpsSettingSerializer(serializers.Serializer):
PREFIX_TITLE = _('Feature')
SECURITY_COMMAND_EXECUTION = serializers.BooleanField(
required=False, label=_('Adhoc'),
required=False, label=_('Adhoc command'),
help_text=_('Allow users to execute batch commands in the Workbench - Job Center - Adhoc')
)
SECURITY_COMMAND_BLACKLIST = serializers.ListField(