"Expand Tree Branch" text is not able to be changed by library consumers. I propose updating Tree props to: ``` assistiveText: PropTypes.shape({ label: PropTypes.string, expandBranchLabel: PropTypes.string, }), ``` `expandBranchLabel` default value is "Expand Tree Branch". https://github.com/salesforce/design-system-react/blob/master/components/tree/index.jsx#L28