From e7048ad02f5d281f319fcd40115590c1eca91fdc Mon Sep 17 00:00:00 2001 From: chris0688 <109092856+chris0688@users.noreply.github.com> Date: Mon, 11 Jul 2022 20:17:07 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e8369ad..986ff6f 100644 --- a/manifest.json +++ b/manifest.json @@ -41,16 +41,16 @@ "type": "password" }, { - "name": "first-port", + "name": "firstport", "type": "number", "ask": { "en": "Enter the FIRST Port that should be used by Rport eg. port for tunnels (standard 20000)", - "de": "Bitte geben Sie den LETZEN Port ein welcher von Rport für z.B. die Tunnels genutzt wird (Standart 20000)" + "de": "Bitte geben Sie den ERSTEN Port ein welcher von Rport für z.B. die Tunnels genutzt wird (Standart 20000)" }, "example": "20000" }, { - "name": "last-port", + "name": "lastport", "type": "number", "ask": { "en": "Enter the LAST Port that should be used by Rport eg. port for tunnels (standard 30000)",