Siri related App Store submission warning

Getting the following warning on submission:

ITMS-90626: Invalid Siri Support - Localized title for custom intent: '---' not found for locale: ...

We get a similar warning for Localized description: : Invalid Siri Support - Localized description for custom intent: '---' not found for locale: ...

Binary is accepted but would like to stop the warning.

This is an intent used for the dynamic configuration of widgets. It is its own Siri extension target which contains the intent definition file. The intent definition is localized correctly (the intent presents one user facing string on the back of the widget that appears correctly in different locales).

In the widget case, the title and description are never visible to the user. That's more for other uses of intents, like Shortcuts.

"Account" is the user-facing string and it localizes correctly. I assume the title and description strings the warning mentions are the ones listed in the intent definition file (which are also localized).

Thanks for any help!