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:
committed by
GitHub
parent
0b357a1be1
commit
e116e10845
@@ -146,7 +146,7 @@ const CardMenu = ({
|
||||
as={Link}
|
||||
to={rerunLink ?? ''}
|
||||
>
|
||||
{messages.btnReRunText.defaultMessage}
|
||||
<FormattedMessage {...messages.btnReRunText} />
|
||||
</Dropdown.Item>
|
||||
)}
|
||||
<Dropdown.Item href={lmsLink}>
|
||||
|
||||
Reference in New Issue
Block a user