perf: Translate

pull/15806/head
feng 2025-08-06 11:32:14 +08:00 committed by feng626
parent d185be2180
commit 257f290d18
2 changed files with 4 additions and 4 deletions

View File

@ -475,9 +475,9 @@
"DestinationIP": "Destination address",
"DestinationPort": "Destination port",
"Detail": "Detail",
"DetectEngines": "Detect engines",
"DetectResults": "Detect results",
"DetectTasks": "Detect tasks",
"DetectEngines": "Detection engines",
"DetectResults": "Detection results",
"DetectTasks": "Detection tasks",
"Device": "Device",
"DeviceCreate": "Create asset - device",
"DeviceUpdate": "Update the asset - device",

View File

@ -21,7 +21,7 @@ class AbstractSessionCommand(OrgModelMixin):
session = models.CharField(max_length=36, db_index=True, verbose_name=_("Session"))
risk_level = models.SmallIntegerField(
default=RiskLevelChoices.accept, choices=RiskLevelChoices.choices, db_index=True,
verbose_name=_("Risk level")
verbose_name=_("Action")
)
timestamp = models.IntegerField(db_index=True)