Skip to content

Commit

Permalink
T958: Problems with wireguard description
Browse files Browse the repository at this point in the history
  • Loading branch information
hagbard-01 committed Nov 3, 2018
1 parent 2ad8fa3 commit 7b42488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface-definitions/wireguard.xml
Expand Up @@ -34,7 +34,7 @@
<properties>
<help>description</help>
<constraint>
<regex>.[^ ]{1,100}$</regex>
<regex>[^ ]{1,100}$</regex>
</constraint>
<constraintErrorMessage>interface description is too long (limit 100 characters)</constraintErrorMessage>
</properties>
Expand Down

0 comments on commit 7b42488

Please sign in to comment.