Locales cleanup

This commit is contained in:
Jamie Curnow
2023-01-16 15:50:40 +10:00
parent af9349d4a7
commit 374447ccc7
26 changed files with 142 additions and 374 deletions

View File

@@ -93,14 +93,14 @@ function HostCreateModal({ isOpen, onClose }: HostCreateModalProps) {
isInvalid={form.errors.name && form.touched.name}>
<FormLabel htmlFor="name">
{intl.formatMessage({
id: "certificate-authority.name",
id: "name",
})}
</FormLabel>
<Input
{...field}
id="name"
placeholder={intl.formatMessage({
id: "certificate-authority.name",
id: "name",
})}
/>
<FormErrorMessage>{form.errors.name}</FormErrorMessage>