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:
parent
16610dcd89
commit
5a3691a00c
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue