mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
changed type feilds in manifest.json
This commit is contained in:
parent
641e6c4ec8
commit
3c94de0b05
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"name": "username",
|
||||
"type": "username",
|
||||
"type": "name",
|
||||
"ask": {
|
||||
"en": "Choose an admin username (Not a LDAP User)",
|
||||
},
|
||||
|
@ -56,7 +56,7 @@
|
|||
},
|
||||
{
|
||||
"name": "email",
|
||||
"type": "email",
|
||||
"type": "name",
|
||||
"ask": {
|
||||
"en": "Admin email (All the new registration will be sent on this email)",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue