1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nitter_ynh.git synced 2024-09-03 19:46:24 +02:00

Add ask string for all manifest items

This commit is contained in:
Jules Bertholet 2022-01-03 00:07:08 -05:00
parent 985099c3a8
commit 3cd3ca0d1b

View file

@ -22,7 +22,7 @@
"redis"
],
"arguments": {
"install" : [
"install": [
{
"name": "domain",
"type": "domain"
@ -40,7 +40,7 @@
"name": "title",
"type": "string",
"default": "nitter",
"help": {
"ask": {
"en": "Name of the instance",
"fr": "Nom de l'instance"
}
@ -136,4 +136,4 @@
}
]
}
}
}