Dynamic tooltip title not working using the new EX1 code

Version: 1.4.18.0

Bug description:

I set TOOLTIPS_TITLE_IS_DYNAMIC to true and used TOOLTIPS_TITLE for the title name. I can see you guys added the letter S to the code to keep it different than the 2020 code. Which is a good idea. The tooltip is all working except the title. Am i missing something or is it broken. This is usually all you need to do in 2020.

		<UseTemplate Name="ASOBO_IT_Switch_Template">
			<IN_BASE_NAME>SWITCH_ADJUSTMENT_R</IN_BASE_NAME>
			<IE_NAME>RIGHT_PEDAL_ADJUSTEMENT</IE_NAME>
			<GET_SETTINGS>BACK_NEUTRAL_FRONT_Settings</GET_SETTINGS>
			<TOOLTIPS_TITLE>'RIGHT PEDAL ADJUSTEMENT'</TOOLTIPS_TITLE>
			<TOOLTIPS_TITLE_IS_DYNAMIC>True</TOOLTIPS_TITLE_IS_DYNAMIC>				
		</UseTemplate>