mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-21 03:19:52 +00:00
fix: 登录日志字段翻译 (#7211)
Co-authored-by: xinwen <coderWen@126.com> Co-authored-by: Jiangjie.Bai <32935519+BaiJiangJie@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ class UserLoginLogSerializer(serializers.ModelSerializer):
|
||||
fields = fields_small
|
||||
extra_kwargs = {
|
||||
"user_agent": {'label': _('User agent')},
|
||||
"reason_display": {'label': _('Reason')}
|
||||
"reason_display": {'label': _('Reason display')}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user