Hi All,
In the Login Panel, I Want to change the name of the button “Save” to “login”. If I am trying to change the Button name from UX->Localize then it will change the whole APP “Save” Button Name.
Kindly help me with the expression for specific to the login Page only.
Hi,
Please refer to the attached. I wish to change the name of highlighted button, but if I change the name of save=login from UX->Localize then it is applied to whole app but i wish to change the button name for this page only.
1 Like
Hi ,
Were you able to take a look at the articles shared on CONTEXT() functions? Can you please try an expression with those functions?
Save : if(CONTEXT(“view”)=“Settings”,“begin session”,“Save”)
Cancel: if(CONTEXT(“view”)=“Settings”,“”,“Cancel”)