Unverified Commit 02944d40 authored by BaiJiangJie's avatar BaiJiangJie Committed by GitHub

Merge pull request #3256 from jumpserver/dev_i18n

[Update] 添加翻译
parents 1603d0f1 ddb34a0f
This diff is collapsed.
......@@ -144,7 +144,7 @@ class UserGroupSerializer(BulkOrgResourceModelSerializer):
def validate_users(self, users):
for user in users:
if user.is_super_auditor:
msg = _('Auditors cannot be join in the group')
msg = _('Auditors cannot be join in the user group')
raise serializers.ValidationError(msg)
return users
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment