mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
[fix] bug Special Caracters (#15)
This commit is contained in:
parent
477a4dc703
commit
fdc422fe42
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
"name": "admin_pass",
|
||||
"type": "password",
|
||||
"ask": {
|
||||
"en": "Set the password for the Admin user ≥ 5 character",
|
||||
"en": "Set the password for the Admin user ≥ 5 character (without special caracters)",
|
||||
"fr": "Définissez le mot de passe pour l'Administrateur. ≥ cinq charactères"
|
||||
},
|
||||
"example": "myreallystrengthpassword"
|
||||
|
|
Loading…
Reference in a new issue