diff --git a/src/components/article/edit-modal.tsx b/src/components/article/edit-modal.tsx
index 6d81d04..e7c8e23 100644
--- a/src/components/article/edit-modal.tsx
+++ b/src/components/article/edit-modal.tsx
@@ -242,10 +242,13 @@ export default function ArticleEditModal(props: Props) {
okText={props.type == 'news' ? t('confirm_text') : t('news.edit_generate_video_again')}
>
diff --git a/src/components/article/group.tsx b/src/components/article/group.tsx
index edfb24c..0488260 100644
--- a/src/components/article/group.tsx
+++ b/src/components/article/group.tsx
@@ -61,7 +61,7 @@ export default function ArticleGroup({groups, editable, onChange, errorMessage,
{t('news.edit_digital_text')}
{i18n.language == 'zh-CN' && (出现数字人形象)}
-
+
{/* value={groups || groups[0][0].content}*/}
diff --git a/src/i18n/translations/zh-CN.json b/src/i18n/translations/zh-CN.json
index 1abec2e..78f05ee 100644
--- a/src/i18n/translations/zh-CN.json
+++ b/src/i18n/translations/zh-CN.json
@@ -92,7 +92,7 @@
"edit_delete_group": "删除此分组",
"edit_delete_group_confirm": "请确认删除此分组?",
"edit_digital_text": "数字人主播台编辑区",
- "edit_empty_group_content": "素材区的文本和图片,均不得为空",
+ "edit_empty_group_content": "如仅需数字人播报,请勿在素材融合区填写内容;如需展示图文信息,素材融合区的文本、图片均不得为空",
"edit_empty_human_content": "请先填写数字人播报内容",
"edit_form_search": "请输入新闻标题关键词进行搜索",
"edit_generate_again": "重新生成",