Merge pull request #9556 from jumpserver/pr@dev@fix_change_adhoc_model_verbose_name

fix: 修改 adhoc 的 verbose_name
pull/9562/head
老广 2023-02-15 12:44:29 +08:00 committed by GitHub
commit 186878366f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,4 +42,4 @@ class AdHoc(JMSOrgBaseModel):
class Meta:
unique_together = [('name', 'org_id', 'creator')]
verbose_name = _("AdHoc")
verbose_name = _("Adhoc")