1
0
Fork 0
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:
Anmol 2017-06-30 03:22:32 +05:30
parent 641e6c4ec8
commit 3c94de0b05

View file

@ -40,7 +40,7 @@
}, },
{ {
"name": "username", "name": "username",
"type": "username", "type": "name",
"ask": { "ask": {
"en": "Choose an admin username (Not a LDAP User)", "en": "Choose an admin username (Not a LDAP User)",
}, },
@ -56,7 +56,7 @@
}, },
{ {
"name": "email", "name": "email",
"type": "email", "type": "name",
"ask": { "ask": {
"en": "Admin email (All the new registration will be sent on this email)", "en": "Admin email (All the new registration will be sent on this email)",
}, },