diff --git a/manifest.json b/manifest.json index e1a56ad..0fe0b35 100644 --- a/manifest.json +++ b/manifest.json @@ -34,26 +34,29 @@ { "name": "domain", "type": "domain", - "example": "example.com" + "help": { + "en": "The domain name on which your instance will be installed.", + "fr": "Le nom de domaine sur lequel sera installé votre instance." + }, + "example": "gotosocial.example.com" }, { "name": "admin", "type": "user", + "help": { + "en": "The username of your admin account.", + "fr": "Le nom d'utilisateur de votre compte admin." + }, "example": "johndoe" }, - { - "name": "is_public", - "type": "boolean", - "default": true - }, { "name": "password", "type": "password", "help": { - "en": "Use the help field to add an information for the admin about this question.", - "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." + "en": "The password for your administrator account. Must contain: upper case, lower case, number and special character.", + "fr": "Le mot de passe de votre compte administrateur. Doit contenir : majuscule, minuscule, chiffre et caractère spécial." }, - "example": "Choose a password" + "example": "Choose a strong password" } ] }