<@U04UQ68083H> In Kratos, can I change the input l...
# ory-copilot
f
@chilly-king-10285 In Kratos, can I change the input labels for "Sign up with password" to just "Sign Up"?
b
A message from kapa.ai
Yes, you can change the input label for "Sign up with password" to just "Sign Up" in Ory Kratos. This label is part of the UI messages that Kratos uses for its user interface. The specific message you're looking to change has the ID 1040001. According to the [Kratos UI Messages documentation](https://www.ory.sh/docs/kratos/concepts/ui-messages#sign-up-1040001), the default message looks like this:
Copy code
json {   "id": 1040001,   "text": "Sign up",   "type": "info" }
As you can see, the default text is already "Sign up" without mentioning "with password". However, if you're seeing a different text, it's possible that your Kratos configuration has been customized. To change this label or any other UI message, you would need to use Ory Kratos' localization feature. This allows you to override the default messages with your own custom text. Unfortunately, the provided knowledge sources don't contain specific instructions on how to implement this customization. If you need to make this change, I recommend checking the official Ory Kratos documentation for information on customizing UI messages and localization. If you can't find the information there, you might want to reach out to the Ory community or support channels for more detailed guidance.