1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/signaturepdf_ynh.git synced 2024-09-03 20:25:57 +02:00

Oopsie regex

This commit is contained in:
tituspijean 2024-08-03 18:47:55 +02:00
parent 16610dcd89
commit 5a3691a00c
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -40,7 +40,7 @@ ram.runtime = "50M"
type = "string"
ask.en = "Choose a nickname for the digital signature"
ask.fr = "Choisissez un surnom pour la signature numérique"
pattern.regexp = "[^\.]+"
pattern.regexp = '[^\.]+'
pattern.error = "The nickname cannot contain a dot"
[install.nss_password]