diff --git a/docs/platforms/javascript/common/user-feedback/configuration/img/user-feedback-widget-customization.png b/docs/platforms/javascript/common/user-feedback/configuration/img/user-feedback-widget-customization.png index 616af92ddcb37..85ac0265ffb26 100644 Binary files a/docs/platforms/javascript/common/user-feedback/configuration/img/user-feedback-widget-customization.png and b/docs/platforms/javascript/common/user-feedback/configuration/img/user-feedback-widget-customization.png differ diff --git a/docs/platforms/javascript/common/user-feedback/configuration/index.mdx b/docs/platforms/javascript/common/user-feedback/configuration/index.mdx index d36dfd620fda8..76692df0dea42 100644 --- a/docs/platforms/javascript/common/user-feedback/configuration/index.mdx +++ b/docs/platforms/javascript/common/user-feedback/configuration/index.mdx @@ -114,6 +114,7 @@ The following options can be configured for the integration in `feedbackIntegrat | Key | Default | Description | | ----------------------------- | ---------------------------------------- | ------------------------------------------------------------------------------ | | `triggerLabel` | `"Report a Bug"` | The label of the injected button that opens up the feedback form when clicked. | +| `triggerAriaLabel` | `triggerLabel` \|\| `"Report a Bug"` | The aria label of the injected button that opens up the feedback form when clicked. Available starting in SDK v8.20.0. | | `formTitle` | `"Report a Bug"` | The title at the top of the feedback form. | | `submitButtonLabel` | `"Send Bug Report"` | The label of the submit button used in the feedback form. | | `cancelButtonLabel` | `"Cancel"` | The label of cancel buttons used in the feedback form. |