fix: localize rerun button text (#2887)

* fix: localize rerun button text

* chore: use <FormattedMessage /> instead of formatMessage()

---------

Co-authored-by: Muhammad Faraz  Maqsood <faraz.maqsood@A006-01130.local>
Co-authored-by: Braden MacDonald <braden@opencraft.com>
This commit is contained in:
Muhammad Faraz Maqsood
2026-02-19 03:58:12 +05:00
committed by GitHub
parent 0b357a1be1
commit e116e10845

View File

@@ -146,7 +146,7 @@ const CardMenu = ({
as={Link}
to={rerunLink ?? ''}
>
{messages.btnReRunText.defaultMessage}
<FormattedMessage {...messages.btnReRunText} />
</Dropdown.Item>
)}
<Dropdown.Item href={lmsLink}>