1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

fix the username request

This commit is contained in:
OniriCorpe 2022-03-13 22:07:37 +01:00
parent 46794f5869
commit f74f90efde

View file

@ -38,7 +38,15 @@
},
{
"name": "admin",
"type": "user",
"type": "string",
"ask": {
"en": "The username of your admin account.",
"fr": "Le nom d'utilisateur de votre compte admin."
},
"help": {
"en": "Must be in lower case and without special characters.",
"fr": "Doit être en minuscule et sans caractère special."
},
"example": "johndoe"
},
{