perf: 修改翻译 (#10697)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-06-13 15:51:52 +08:00
committed by GitHub
parent 91ea738dcd
commit c056cde2b7
6 changed files with 289 additions and 302 deletions

View File

@@ -8,3 +8,7 @@ __all__ = ['ConnectMethodACL']
class ConnectMethodACL(UserBaseACL):
connect_methods = models.JSONField(default=list, verbose_name=_('Connect methods'))
class Meta(UserBaseACL.Meta):
verbose_name = _('Connect method acl')
abstract = False