<@U04UQ68083H> I'm running a self hosted ory krato...
# ory-copilot
m
@chilly-king-10285 I'm running a self hosted ory kratos instance in my cluster. We have a custom ui that renders the nodes from the UI container property. When rendering the email field the placeholder says "ID" but we want it to say email. Can I change that in my ory config ?
c
A message from kapa.ai
Yes, you can change the placeholder text for the email field in your Ory configuration. Ory has recently introduced translations into Ory Elements and Ory Kratos, and they will be providing a way of adding custom translations or custom text to a supported language through the Ory Elements
IntlProvider
. However, as of the current status, you have to build a custom UI to change these labels and other styling of the UI. You can refer to this [documentation](https://www.ory.sh/docs/kratos/bring-your-own-ui/custom-ui-overview) for some pointers on how to do this. Making this possible in the hosted UI is on the roadmap, so this should be possible to do without custom UI soon. Source: [GitHub Discussion](https://github.com/ory/elements/discussions/118)