We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef63576 commit b9b5b35Copy full SHA for b9b5b35
web/src/components/wizard/setup/LinuxSetup.tsx
@@ -67,7 +67,7 @@ const LinuxSetup: React.FC<LinuxSetupProps> = ({
67
value={config.adminConsolePort?.toString() || ""}
68
onChange={onInputChange}
69
placeholder="30000"
70
- helpText="Port for the admin console"
+ helpText="Port for the Admin Console"
71
error={getFieldError("adminConsolePort")}
72
required
73
/>
0 commit comments