diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 4839ad2e8..a94cf3b59 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1168,7 +1168,7 @@ module.exports = { exportComparisonReport: 'Export Comparison Report', comparisonDifferenceComment: 'Comparison Difference Comment', fullTextComments: 'Full text comments', - fileDeclaration: 'file Declaration', + fileDeclaration: 'File Declaration', FileForDetails: 'File For Details', Converting: 'Converting', convertNetwork: 'Convert Network', diff --git a/jero-web/src/components/globalAdvancedQuery/index.vue b/jero-web/src/components/globalAdvancedQuery/index.vue index 5d0ad277d..8c59e085a 100644 --- a/jero-web/src/components/globalAdvancedQuery/index.vue +++ b/jero-web/src/components/globalAdvancedQuery/index.vue @@ -56,12 +56,19 @@ - - - AND{{$t('AllMatching')}} - OR{{$t('AnyOneMatches')}} - - +
+
+ {{$t('FilterMatching')}} +
+ + + + AND{{$t('AllMatching')}} + OR{{$t('AnyOneMatches')}} + + +
+
@@ -627,7 +634,33 @@