I am trying to add more detailed coordinate system info, as dynamic text, than what is offered in the dynamic text drop down menu in ArcPro 3.3..
In the screenshot below, is an example the geographic coordinate system features I want to autopolulate:

I tried these two text components to try to show 'Angular Unit', but no text showed up as it did not register:
<dyn type="mapFrame" name="MapFrameName" property="sr" srProperty="angular unit" preStr="Angualr Unit: " newLine="true" emptyStr=""/>
<dyn type="mapFrame" name="MapFrameName" property="sr" srProperty="au" preStr="Angualr Unit: " newLine="true" emptyStr=""/>
Can someone show me the correct dynamic text for the features I circled above?