/** * Pairs a tooltip with its accessible label so the two never drift apart. * * Spread onto any element that should show a hover tooltip rendered by * `TooltipPortal`. The same already-translated string becomes both the * `data-tooltip` (visual hover label) and the `aria-label` (screen readers). * *