fix(ui): first letter case

This commit is contained in:
Vyacheslav Shcherbinin 2025-03-09 14:19:17 +07:00
parent b95c90e6d8
commit dc5d79085c

View File

@ -115,7 +115,7 @@ export const SaveDockerProvider = ({ applicationId }: Props) => {
<FormItem>
<FormLabel>Username</FormLabel>
<FormControl>
<Input placeholder="username" autoComplete="username" {...field} />
<Input placeholder="Username" autoComplete="username" {...field} />
</FormControl>
<FormMessage />
</FormItem>