Edit confirmation message box from action button

Hi all, When you click at the at the action button. There have a confirmation message show up, how could I change “No” to cancel or somethings else ? Thanks

1 Like

UX → Localize

Here you can change the system text to custom. I suggest you use some expression instead of directly changing the text so that the change is made only for that particular view. U can use If(context(“view”)=“name of view”,“custom txt”,“No”)

3 Likes