diff --git a/apps/assets/serializers/asset/ds.py b/apps/assets/serializers/asset/ds.py index f5a619783..3d8187780 100644 --- a/apps/assets/serializers/asset/ds.py +++ b/apps/assets/serializers/asset/ds.py @@ -15,8 +15,7 @@ class DSSerializer(AssetSerializer): extra_kwargs = { **AssetSerializer.Meta.extra_kwargs, 'domain_name': { - 'help_text': _( - 'The domain name of the Active Directory' - ), - 'label': _('Domain name')} + 'help_text': _('The domain name of the active directory or other directory service'), + 'label': _('Domain name') + } } diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 5fd52f647..7241729bf 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -495,6 +495,7 @@ "DownloadImportTemplateMsg": "Download creation template", "DownloadReplay": "Download recording", "DownloadUpdateTemplateMsg": "Download update template", + "IdentityDomain": "Identity domain", "DragUploadFileInfo": "Drag files here, or click to upload", "DropConfirmMsg": "Do you want to move node: {src} to {dst}?", "Duplicate": "Duplicate", @@ -1530,4 +1531,4 @@ "forceEnableMFAHelpText": "If force enable, user can not disable by themselves", "removeWarningMsg": "Are you sure you want to remove", "setVariable": "Set variable" -} \ No newline at end of file +} diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 62bc268d2..ec27924c9 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -495,6 +495,7 @@ "DownloadReplay": "下载录像", "DownloadUpdateTemplateMsg": "下载更新模板", "DragUploadFileInfo": "将文件拖到此处,或点击此处上传", + "IdentityDomain": "身份域", "DropConfirmMsg": "你想移动节点: {src} 到 {dst} 下吗?", "Duplicate": "副本", "DuplicateFileExists": "不允许上传同名文件,请删除同名文件", @@ -1532,4 +1533,4 @@ "forceEnableMFAHelpText": "如果强制启用,用户无法自行禁用", "removeWarningMsg": "你确定要移除", "setVariable": "设置参数" -} \ No newline at end of file +}