From a21d1c15c14e37e28018c8a80c5b4d5648b59ffd Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 22 Mar 2021 20:54:23 +0100 Subject: [PATCH] Fix linter warnings --- manifest.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/manifest.json b/manifest.json index bcfd63f..2950927 100644 --- a/manifest.json +++ b/manifest.json @@ -33,10 +33,6 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for WireGuard UI", - "fr": "Choisissez un nom de domaine pour WireGuard UI" - }, "example": "wg.example.com", "help": { "en": "The web UI requires its own dedicated domain.", @@ -46,10 +42,6 @@ { "name": "admin", "type": "user", - "ask": { - "en": "Choose an admin user", - "fr": "Choisissez l’administrateur" - }, "example": "johndoe" } ]