diff --git a/jero-web/src/views/projectManagement/components/certificationDirectoryAdd.vue b/jero-web/src/views/projectManagement/components/certificationDirectoryAdd.vue index 1179cf11d..01505e1bf 100644 --- a/jero-web/src/views/projectManagement/components/certificationDirectoryAdd.vue +++ b/jero-web/src/views/projectManagement/components/certificationDirectoryAdd.vue @@ -144,8 +144,8 @@ ], detectionReportLocation:[ { - max: 100, - message: this.$t('testReportLocation') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 500, + message: this.$t('testReportLocation') + this.$t('cannotExceed') + 500 + this.$t('Characters'), trigger: 'blur' } ],