From 3cd3ca0d1b079f14292cff71f7dcf668e8b3f9a2 Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Mon, 3 Jan 2022 00:07:08 -0500 Subject: [PATCH] Add ask string for all manifest items --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 32b2b25..9a0796e 100644 --- a/manifest.json +++ b/manifest.json @@ -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 @@ } ] } -} +} \ No newline at end of file