Skip to content

Commit b9b5b35

Browse files
authored
capitalize admin console (#2289)
1 parent ef63576 commit b9b5b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/wizard/setup/LinuxSetup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const LinuxSetup: React.FC<LinuxSetupProps> = ({
6767
value={config.adminConsolePort?.toString() || ""}
6868
onChange={onInputChange}
6969
placeholder="30000"
70-
helpText="Port for the admin console"
70+
helpText="Port for the Admin Console"
7171
error={getFieldError("adminConsolePort")}
7272
required
7373
/>

0 commit comments

Comments
 (0)