Fix select home park label

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 20:46:21 +00:00
parent b72d99449e
commit 04d1a9e0e2

View File

@@ -150,7 +150,7 @@ export function LocationTab() {
<Label htmlFor="location_id">Home Park</Label>
<Select value={form.watch('location_id')} onValueChange={value => form.setValue('location_id', value)}>
<SelectTrigger>
<SelectValue placeholder="Select your location" />
<SelectValue placeholder="Select your home park" />
</SelectTrigger>
<SelectContent>
{locations.map(location => <SelectItem key={location.id} value={location.id}>