Does Okta Sign In Widget Validation Summary Error Message support hyperlink?

We need to customize the Okta Sign In Widget Validation Error for user account locked out.
we have updated the error below:
‘error.auth.lockedOut’: You have exceeded the maximum number of tries and your account is now locked. Please reset your password to unlock your account.
But on the login page it is show this whole error as plain text including anchor tag like a href=‘http://www.reset-password-url.com’>reset your password </a , instead of rendering the hyperlink for reset your password
Is there any away to make it work.