(null);
useTooltip(badgeRef, {
- title: t("standalone.warning_tooltip"),
+ title: t(`${variant}.warning_tooltip`),
placement: "top",
delay: 200
});
@@ -21,7 +27,7 @@ export default function StandaloneWarningBar() {
return (
- {t("standalone.badge_label")}
+ {t(`${variant}.badge_label`)}
);
}