fix: 修改翻译

This commit is contained in:
Bai
2023-02-15 16:28:21 +08:00
committed by Jiangjie.Bai
parent f10480179c
commit 4109f2cb1c
3 changed files with 3 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ class ConnectionTokenSerializer(OrgResourceModelSerializerMixin):
extra_kwargs = {
'from_ticket': {'read_only': True},
'value': {'read_only': True},
'is_expired': {'read_only': True, 'label': _('Is expired')},
}
def get_request_user(self):