diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 05b8babf8..e58cdeeb4 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -570,7 +570,7 @@ module.exports = {
batSetting: 'Batch Setting',
selectDirectoryTerms: 'Please Select the directory location to add terms',
StandardBreakdown: 'Standard Breakdown',
- OnlyWordItem: 'Non GSO file type, PDF file cannot be split',
+ OnlyWordItem: 'Only the GSO file type can split PDF files. Please re select the file',
OnlyWord: 'Only word files can be imported',
labelAreaDeleted: 'If it is deleted, all label items under the display area will be deleted',
searchInResults: 'Search in results',
diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js
index c2d881205..58a15531f 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -576,7 +576,7 @@ module.exports = {
documentSplitTemplate: '文档拆分模板',
batSetting: '批量设置',
selectDirectoryTerms: '请选择添加条款的目录位置',
- OnlyWordItem: '非GSO文件类型,不能拆分pdf文件',
+ OnlyWordItem: '只有GSO文件类型,才能拆分pdf文件,请重新选择文件',
OnlyWord: '只能导入word文件',
labelAreaDeleted: '若进行删除,则该展示区域下标签项都将被删除',
StandardBreakdown: '标准分解单',
diff --git a/jero-web/src/components/tools/HeaderNotice.vue b/jero-web/src/components/tools/HeaderNotice.vue
index eb17e3b15..8ff499e95 100644
--- a/jero-web/src/components/tools/HeaderNotice.vue
+++ b/jero-web/src/components/tools/HeaderNotice.vue
@@ -15,7 +15,7 @@