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

@@ -227,14 +227,14 @@ function DNSProviderCreateModal({
isInvalid={form.errors.name && form.touched.name}>
<FormLabel htmlFor="name">
{intl.formatMessage({
id: "dns-provider.name",
id: "name",
})}
</FormLabel>
<Input
{...field}
id="name"
placeholder={intl.formatMessage({
id: "dns-provider.name",
id: "name",
})}
/>
<FormErrorMessage>