unity how to change the text on a button

C#
GameObject.Find("Button Name").GetComponentInChildren<Text>().text = "Button Text";
Source

Also in C#: