1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

[mod] manifest.json: remove "required for postinstall" text about admin user too

This commit is contained in:
tituspijean 2018-08-31 16:50:37 +02:00
parent ab683da2d2
commit 1f691036ef

View file

@ -49,9 +49,9 @@
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the admin user (required for automatic post-installation)",
"fr": "Choisissez ladministrateur (nécessaire pour la post-installation automatique)",
"de": "Wählen einen Administrator (erforderlich für die automatische Nachinstallation)"
"en": "Choose the admin user",
"fr": "Choisissez ladministrateur",
"de": "Wählen einen Administrator"
},
"example": "johndoe"
},