diff --git a/jero-web/src/components/libraryAddForm/index.vue b/jero-web/src/components/libraryAddForm/index.vue index 4fed77af8..2f3f5c3d5 100644 --- a/jero-web/src/components/libraryAddForm/index.vue +++ b/jero-web/src/components/libraryAddForm/index.vue @@ -451,8 +451,8 @@ standNumberOrClause: [ { // required: true, - max: 10, - message: this.$t('Statutenumberclause') + this.$t('cannotExceed') + 10 + this.$t('Characters'), + max: 200, + message: this.$t('Statutenumberclause') + this.$t('cannotExceed') + 200 + this.$t('Characters'), trigger: 'blur' } ],