diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 50c3f02c7..d08e9e438 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1238,5 +1238,6 @@ module.exports = {
share: 'share',
simplifiedChinese:'Simplified Chinese',
uploadOnly:'Upload only',
+ turnOnAutoMatch:'Turn on auto match',
Adjustareasofresponsibility:'Adjust areas of responsibility',
}
\ No newline at end of file
diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js
index 23830184a..bd9a45ef5 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1341,5 +1341,6 @@ module.exports = {
share:'分享',
simplifiedChinese:'简体中文',
uploadOnly:'只能上传',
+ turnOnAutoMatch:'打开自动匹配',
Adjustareasofresponsibility:'调整责任领域',
}
\ No newline at end of file
diff --git a/jero-web/src/views/documentTools/documentComparison/components/comparisonResults.vue b/jero-web/src/views/documentTools/documentComparison/components/comparisonResults.vue
index 81de1c7e2..52e4c4497 100644
--- a/jero-web/src/views/documentTools/documentComparison/components/comparisonResults.vue
+++ b/jero-web/src/views/documentTools/documentComparison/components/comparisonResults.vue
@@ -27,24 +27,27 @@