Anyone has a better (working) solution for this ? ```ts message={i18n.t( 'member-label:form.designConfig.highContrastTooltipMessage', { firstScore: `<strong>${3}</strong>`, secondScore, thirdScore }, )}``` I basically want to pass the firstScore as bold but its not working this way or on the string itself ```html <strong>{{ firstScore }}</strong> ```