I would like to use a different label for an input...
# talk-kratos
s
I would like to use a different label for an input generated from a flow object. For example,
Copy code
meta: {
          label: {
            id: 1070002,
            text: "E-Mail",
            type: "info",
          },
        },
Is there a way to update the label via configuration somewhere or should I intercept and update the flow object before it is rendered?