You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(feedback): allow error messages to be customized (#20474)
Adds text options to `FeedbackTextConfiguration` to allow customizing
the widget's error messages (for i18n and other purposes).
`sendFeedback` now accepts optional `errorMessages` overrides via its
`hint` argument, defaulting to the original English strings. The widget
wraps `sendFeedback` to inject the configured text options before the
form displays them.
Standalone `sendFeedback` consumers see the same English messages as
before — no observable behavior change.
Closes#14687
---------
Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
0 commit comments