unity how to change the text on a button

Code Example - unity how to change the text on a button

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