Skip to content

Commit 966d1c3

Browse files
zhanweizhang7shaohuzhang1
authored andcommitted
fix: Information regarding role permissions management has not been internationalised.
--bug=1061417 --user=张展玮 【国际化BUG】2.10版本,角色权限管理的信息没有国际化 https://www.tapd.cn/62980211/s/1768834
1 parent c80ba01 commit 966d1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/common/constants/permission_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from typing import List
1111

1212
from django.db import models
13-
from django.utils.translation import gettext as _
13+
from django.utils.translation import gettext_lazy as _
1414

1515
from maxkb import settings
1616

0 commit comments

Comments
 (0)