Some validation error messages are not using localization (t()
)
#213
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
tech-debt
Technical debt
This is present in most places we are using Yup's
.test()
method. Example:tackle2-ui/pkg/client/src/app/pages/controls/business-services/components/business-service-form/business-service-form.tsx
Line 102 in 829f8e0
These strings should be moved to the
translation.json
files and parameterized witht()
. They should also not use the word "please" (see #211)The text was updated successfully, but these errors were encountered: