From d04ccfe440801dcee6de89e992f679f16dc06bd0 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 24 Jul 2024 00:05:42 +0200 Subject: [PATCH] Update index.tsx --- documentation/src/pages/install/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/pages/install/index.tsx b/documentation/src/pages/install/index.tsx index 518ff6c9..17d4b27d 100644 --- a/documentation/src/pages/install/index.tsx +++ b/documentation/src/pages/install/index.tsx @@ -18,7 +18,7 @@ const defaultOptions: InstallOptions = { version: { value: "", description: "Set a custom OpenPanel version to be installed." }, email: { value: "", description: "Email address to receive admin logins and future notifications." }, username: { value: "", description: "Set admin username (by default random generated)." }, - email: { value: "", description: "Set admin password (by default random generated)." }, + password: { value: "", description: "Set admin password (by default random generated)." }, "skip-requirements": { value: false, description: "Skip the requirements check." }, "skip-panel-check": { value: false, description: "Skip checking if existing panels are installed." }, "skip-apt-update": { value: false, description: "Skip the APT update." },