diff --git a/io.catenax.id_based_comment/1.0.0/IdBasedComment.ttl b/io.catenax.id_based_comment/1.0.0/IdBasedComment.ttl index d43e4fde..06a48bb1 100644 --- a/io.catenax.id_based_comment/1.0.0/IdBasedComment.ttl +++ b/io.catenax.id_based_comment/1.0.0/IdBasedComment.ttl @@ -149,6 +149,6 @@ :TextRegularExpression a samm-c:RegularExpressionConstraint ; samm:preferredName "Text Regular Expression"@en ; - samm:description "The provided regular expression ensures that the text of a comment is limited to the maximum length of 1.000 characters."@en ; + samm:description "The provided regular expression ensures that the text of a comment is limited to the maximum length of 5.000 characters."@en ; samm:value "^[\\s\\S]{0,5000}$" .