Configuring Help Text for a Custom Password SPI

I am creating a custom SPI using the following repository as a base: GitHub - CACI-IIG/keycloak-hibp-password-policy: HaveIBeenPwned Password Policy for Keycloak PoC

This repo’s SPI and my clone version work fine and I am able to do things like change the display name of the custom password policy. However, the help text for this custom policy shows up as passwordPoliciesHelp.HIBP.

I have tried implementing ConfiguredProvider and adding the getHelpText() method but this did not work. I tried in both the Provider and the ProviderFactory but neither worked to fix this.

Does anyone have a reference to the documentation that states how to do this for a Password Provider? And if it is implementing this then what am I doing wrong?