fix localesg

This commit is contained in:
Jamie Curnow
2023-02-28 21:18:11 +10:00
parent fc2df47753
commit 3ea9f805f4
5 changed files with 115 additions and 11 deletions

View File

@@ -60,7 +60,7 @@ function DNSProviderField() {
<FormErrorMessage>
{!isLoading && !data?.total
? intl.formatMessage({
id: "dns-providers-empty",
id: "dns-providers.empty",
})
: form.errors[fieldName]}
</FormErrorMessage>