Scroll down until you see the newly inserted Text Transform section and then modify three of the formulas as follows:
TxtWidth = GUARD(User.ArrowWidth-Height*0.5)
TxtPinX = GUARD(Width-Height*0.5)
TxtLocPinX = TxtWidth
The Text Transform cells govern the size and position of the text block
inside a shape. Note how the TextPin and TextLocPin cells are analogous
to Pin and LocPin cells of the shape. It is as if the Text is a
subshape inside a group.
TxtWidth is the width of the actual text block. The formula above makes
it as wide as the body of the Arrow minus the width of the arrow tip.
This keeps the text from getting scrunched inside the point. The text’s
local pin x is on the right at TxtWidth. The text’s pin is positioned
where the head of the arrow begins, at Width - Height*0.5.