How to change the text on `SaveButton`?

I want to change the text of save button from Save to something else in Edit Component. How can I do that?
2 Replies
fascinating-indigo
fascinating-indigo3y ago
Hey @dipbazz, the text is rendered as children, you can override the default one by passing a children
multiple-amethyst
multiple-amethystOP3y ago
Hey @aliemirs, Thank you for your response.

Did you find this page helpful?